-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Update GUI to PyQt6 (Fix for M1 and M2 OS X) #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update GUI to PyQt6 (Fix for M1 and M2 OS X) #236
Conversation
Do you have a Unix based system? If you want, I can send you some setup commands if you are running it in an virtual environment. |
|
Currently working from a windows machine. |
|
Will do. I'll send you an update today or tomorrow! |
|
After modification, it works perfectly, great! |
|
It works perfectly from here (M1 macOS), thx for the fix! |
Sorry for the delay. Hereby my versions retrieved using |
I've updated the code to use PyQt6 instead of PyQt5. This resolves compatibility issues on M1 and M2 Macbooks. Tricks with Rosette are not needed anymore.