﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
6669	This copy of PyQt is unlicensed on macOS arm64	Tom Goddard	Greg Couch	"When I build ChimeraX on my Mac M1 computer with ""make install-rbvi"" to use the licensed wheels the build succeeds but it does not start.  It gives the following error to the shell and exits:

This copy of PyQt is unlicensed.

Here is the successful PyQt install log output.

{{{
/Library/Developer/CommandLineTools/usr/bin/make -C PyQt install
/Library/Developer/CommandLineTools/usr/bin/make -f Makefile.wheel.qt6 VERSION=6.2 PYQT_MINOR_VERSION=3 QT_MINOR_VERSION=4 PYQTWE_MINOR_VERSION=1 PYQT_LICENSE=commercial install
rsync -av plato.cgl.ucsf.edu:/usr/local/src/PyQt6/6.2.3/PyQt6_commercial-6.2.3-cp36-abi3-macosx_10_14_universal2.whl .
receiving file list ... done
PyQt6_commercial-6.2.3-cp36-abi3-macosx_10_14_universal2.whl

sent 38 bytes  received 11414054 bytes  149203.82 bytes/sec
total size is 11411087  speedup is 1.00
rsync -av plato.cgl.ucsf.edu:/usr/local/src/PyQt6/6.2.1/PyQt6_WebEngine_commercial-6.2.1-cp36-abi3-macosx_10_14_universal2.whl .
receiving file list ... done
PyQt6_WebEngine_commercial-6.2.1-cp36-abi3-macosx_10_14_universal2.whl

sent 38 bytes  received 350636 bytes  140269.60 bytes/sec
total size is 350363  speedup is 1.00
/Users/goddard/ucsf/chimerax/build/bin/python3.9 -I -m pip --log pip.log install -U PyQt6-sip==13.2.1 PyQt6_commercial-6.2.3-cp36-abi3-macosx_10_14_universal2.whl PyQt6-Qt6==6.2.4 PyQt6_WebEngine_commercial-6.2.1-cp36-abi3-macosx_10_14_universal2.whl PyQt6-WebEngine-Qt6==6.2.4
Processing ./PyQt6_commercial-6.2.3-cp36-abi3-macosx_10_14_universal2.whl
Processing ./PyQt6_WebEngine_commercial-6.2.1-cp36-abi3-macosx_10_14_universal2.whl
Collecting PyQt6-sip==13.2.1
  Downloading PyQt6_sip-13.2.1.tar.gz (108 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
  Preparing metadata (pyproject.toml): started
  Preparing metadata (pyproject.toml): finished with status 'done'
Collecting PyQt6-Qt6==6.2.4
  Using cached PyQt6_Qt6-6.2.4-py3-none-macosx_11_0_arm64.whl (30.8 MB)
Collecting PyQt6-WebEngine-Qt6==6.2.4
  Using cached PyQt6_WebEngine_Qt6-6.2.4-py3-none-macosx_11_0_arm64.whl (73.9 MB)
Building wheels for collected packages: PyQt6-sip
  Building wheel for PyQt6-sip (pyproject.toml): started
  Building wheel for PyQt6-sip (pyproject.toml): finished with status 'done'
  Created wheel for PyQt6-sip: filename=PyQt6_sip-13.2.1-cp39-cp39-macosx_10_9_universal2.whl size=126634 sha256=d619c499b9863916c4184aaa8c11b21f49978fb367e6cbb707e9b8242f3e51de
  Stored in directory: /Users/goddard/Library/Caches/pip/wheels/01/f8/a4/d2c7f49d1c1c8f0b62234ae0d13856884e6cf0139d9ed38ede
Successfully built PyQt6-sip
Installing collected packages: PyQt6-sip, PyQt6-Qt6, PyQt6-WebEngine-Qt6, PyQt6-commercial, PyQt6-WebEngine-commercial
  WARNING: The scripts pylupdate6 and pyuic6 are installed in '/Users/goddard/ucsf/chimerax/build/Library/Frameworks/Python.framework/Versions/3.9/bin' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed PyQt6-Qt6-6.2.4 PyQt6-WebEngine-Qt6-6.2.4 PyQt6-WebEngine-commercial-6.2.1 PyQt6-commercial-6.2.3 PyQt6-sip-13.2.1
WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available.
You should consider upgrading via the '/Users/goddard/ucsf/chimerax/build/bin/python3.9 -m pip install --upgrade pip' command.
}}}"	defect	closed	high		Platform		nonchimerax		Eric Pettersen Zach Pearson		4663		all	ChimeraX
