-
Notifications
You must be signed in to change notification settings - Fork 436
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
Ability to upgrade Third-party packages #1276
Comments
It's easy enough to specify |
Yes 👍 |
Yeah, that would be great I think. |
We might want to be careful using the new pip resolver, as upgrading everything is bound to end up with incompatible version clashes at some point, specially since that list is flat and doesn't differentiate between modules we care about and sub-dependencies. For example, with the original pygamezero (before our fork), if Mu upgraded pygame it can detect a conflict but it will only print a warning out, install the new version, and exit 0. |
It would be really nice to have "Upgrade all packages"-button though. I lack that right now while teaching remotely. I've made a package, which some high school students and teachers use. Now when I'm fixing bugs in it, it's hard for them to upgrade and get the version without those bugs. |
The behaviour I observe on Windows is that it does upgrade to the last version. I have done this many times in working to test Friendly-traceback and improve its compatibility with Mu. Edit: This does not seem to be entirely reliable. |
Currently, if you try to reinstall a third party package (by removing the line, and adding it back again), it will instead just install the old version from cache and not pull new versions from PyPi.
The text was updated successfully, but these errors were encountered: