-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
ENH: Add a way to install Spyder with pyqt6 or pyside6 #178
Comments
Oh -- I just realized that PyQt is hard-coded |
I think the best we could do to support both Qt 5 and 6 is to provide a
(although Spyder 6 is not ready for PySide6 yet). |
ccordoba12
changed the title
ENH: Add pyside6 option
ENH: Add a way to install Spyder with pyqt6 or pyside6
Nov 18, 2024
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be nice if I could install spyder and pyside6 but not pyqt. One way to allow this would be to change the current
spyder
recipe into aspyder-base
, removepyqt
as a requirement, and make a newspyder
recipe that depends onspyder-base
andpyqt
. This is backward compatible with what people probably expectconda install spyder
to do, but would allow others to doconda install spyder-base pyside6
and have a working Spyder (I think!).If there's interest I'm happy to give it a shot, but #177 should probably land first.
The text was updated successfully, but these errors were encountered: