You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 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
The text was updated successfully, but these errors were encountered: