-
Notifications
You must be signed in to change notification settings - Fork 33
Downgrading a package doesn't work #7
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
Comments
Uninstalling (twice) and then installing will fix it |
Normal pip does do this correctly if you provide the --upgrade option (without it, fails the same way) |
After much digging I found that this is not a bug in Edit: Wait, you're saying this does work with regular pip? I only found #709 because I tried to reproduce this issue...
I think the above message is printed because |
In case it did work with |
Thanks for the feedback Harro. This now works as it is supposed to, so I'm closing this issue:
|
As you can see it installs 0.9.2 instead of downgrading to 0.7.1!
The text was updated successfully, but these errors were encountered: