Skip to content
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

Open
alcpereira opened this issue May 14, 2023 · 6 comments · May be fixed by #490
Open

[Feature] Upgrade to PyQt6 #467

alcpereira opened this issue May 14, 2023 · 6 comments · May be fixed by #490
Assignees
Labels
enhancement New feature or request

Comments

@alcpereira
Copy link

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.

@alcpereira alcpereira added the enhancement New feature or request label May 14, 2023
@introkun
Copy link
Collaborator

I'll have a look into QtRangeSlider fix against Qt6

@jpage4500
Copy link

@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!

@alcpereira
Copy link
Author

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).

@introkun
Copy link
Collaborator

It's in the feature branch #490

@introkun introkun self-assigned this Mar 26, 2024
@introkun introkun linked a pull request Mar 26, 2024 that will close this issue
@RJNY
Copy link

RJNY commented Apr 17, 2024

I can confirm that pulling from feature branch #490 I was able to successfully run NUT on my M1 MacBook Pro.
Many thanks @introkun!!

@introkun
Copy link
Collaborator

Thanks for testing @RJNY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants