ResolveCollaboration
ResolveCollaboration copied to clipboard
pip install PyQt5==5.15.2
I am unable to get this module to install using Terminal. I can successfully install 'pip install PyQt6' , however, your UI does not work on PyQt6 I get error codes once running 'sudo python rmc_server.py'
Any thoughts?
Any way to port this GUI to PyQt6?
Mac M1 13" Laptop
my workaround to the PyQt5 issue
install Anaconda and have it manage a virtual envirement
during the install of the VE, have anaconda intall its version of PyQT5
this solved my issue and i was able to get the sever app to launch on a mac
I'm having this issue myself and can't get it to work with Anaconda. On A Mac Mini M1.
Got this finally working on my Mac Mini M1.
Although I do I wish I recorded the steps to remember accurately. But instead of pip install PyQt5==5.15.2 try " pip install PyQt5 "