ResolveCollaboration icon indicating copy to clipboard operation
ResolveCollaboration copied to clipboard

pip install PyQt5==5.15.2

Open neuro-81 opened this issue 3 years ago • 3 comments

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

neuro-81 avatar Jul 24 '21 02:07 neuro-81

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

neuro-81 avatar Jul 24 '21 06:07 neuro-81

I'm having this issue myself and can't get it to work with Anaconda. On A Mac Mini M1.

xSikes avatar Sep 18 '21 16:09 xSikes

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 "

michaelpnguyen avatar Jan 17 '22 07:01 michaelpnguyen