Open castillar opened 2 years ago
One thing you could try is installing qtpy
via pip,
and then replace in Remy every instance of import PyQt5
with import qtpy
(e.g. from PyQt5.QtGui import *
becomes from qtpy.QtGui import *
).
Then replace pyqt5
with pyqt5
in setup.py
.
This should kind of work except for the resource files which, iiuc are no longer supported in PyQt6.
I can look into porting to PyQt6 but I cannot promise when.
Attempting to run
pip install --user .
on an M1 Macbook Pro fails with a dependency error — it attempts to install PyQT5, which requires sip, which then fails due to difficulties with installing PyQT5 on ARM. I put the stack trace below; the error appears related to this error with rmview—the suggestion there is that updating to PyQT6 that has multi-arch support is the "correct" answer, but I know that's definitely not a small task since the API changed!I've tried a couple of the recommended workarounds (install through Homebrew, install under Rosetta) and haven't gotten anything working yet; would love to hear if anyone else has success with this.
Stack Trace:
Version check: