-
Notifications
You must be signed in to change notification settings - Fork 192
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
[Feature] Upgrade to PyQt6 #467
Comments
I'll have a look into QtRangeSlider fix against Qt6 |
@alcpereira - I'm also struggling to get Nut to run on a M1 mac (and I've followed a couple of guides in other issues but to no avail) -- would you be able to share what you did? I'm ok with the disabled slider too for now thanks! |
It seems that @introkun has released a new version with If this is very urgent @jpage4500 let me know and I will push my branch for you to use it without sliders (temporary solution). |
It's in the feature branch #490 |
Thanks for testing @RJNY |
Is your feature request related to a problem? Please describe.
I banged my head for 2h trying to run nut on a M1 Pro Mac, mostly related to the pip install PyQt5 (error:
sipbuild.pyproject.PyProjectOptionException
).I successfully upgraded to PyQt6 with the only exception being the
QtRangeSlider
disabled for now (In Filters).If @introkun can release a working version of
QtRangeSlider
with PyQt6 I can suggest my changes (haven't tested them fully yet tho).Describe the solution you'd like
Upgrade to PyQt6 to facilitate Mac users install.
Describe alternatives you've considered
I found solutions suggestion using Rosetta, but that's the point I thought that PyQt6 would be a better option.
The text was updated successfully, but these errors were encountered: