nut
nut copied to clipboard
[Feature] Upgrade to PyQt6
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.
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 PyQt6
but it has not been published yet to PyPI.
I'm not very familiar with publishing packages in Python but I can try to have a look and open a PR on qt-range-slider
.
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 https://github.com/blawar/nut/pull/490
I can confirm that pulling from feature branch #490 I was able to successfully run NUT on my M1 MacBook Pro. Many thanks @introkun!!
Thanks for testing @RJNY