-
Notifications
You must be signed in to change notification settings - Fork 176
Applied patch file and added version pins for qtawesome #518
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
base: master
Are you sure you want to change the base?
Conversation
@dirtdigger how did you get qtawesome 1.4.0 to work with CQ-editor's version pin of <6 on the Spyder IDE? It looks like Spyder only updated their version pin for qtawesome within the last 3 months. |
That's a great question. I have a local clone of cq-editor that I run from and periodically rebase, separate from my pip installs. This is probably a unique issue with my setup, at least until the next version of spyder-ide. |
Do you have the Spyder IDE updated to >=6 in your local clone? 5.5.6 was the last in the 5.x series that I could pin to, but if the 6.x upgrade is fairly simple it would be good to do that as part of this PR. |
Yup! And I'm running with python 3.13. There is one issue with spyder 6 that I think is related to #455 . I had to comment out several of the |
I'll keep this PR open, but it is causing some other dependency version issues so it will have to wait until I have the time to focus on it. |
I spent some time seeing if I could finish this PR. Version 6 of the Spyder IDE changed how debugging is done, and some of the features have been removed from the Python API. It looks like it will be a significant project to fix/replace the functionality we have now with Spyder 5.5.x, so I'm going to put this PR on hold again. |
Co-authored by @dirtdigger via #517