-
Notifications
You must be signed in to change notification settings - Fork 3k
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
inconsistent uninstall/install behavior #4538
Comments
Thanks for filing this. #1056 might be related to this.
Just curious, what's the other pip issue you're referring to here? :) |
I don't think it's related. I always install with
IIRC that |
I mixed this with another issue. Sorry.
Yep. That's #536. (just adding a cross-link) I'll try to reproduce this (with a lighter package than numpy). |
I couldn't reproduce this. I think I'm missing something. :/ Could you provide steps to reproduce this issue? PS: I thought I should mention this to you; |
That's hard, because it depends on the history of what I did before I executed the first command in The best thing to do is look at how If you tell me where |
thanks:) |
It looks at |
Thanks @pfmoore. Can't find any The behavior you describe seems wrong though - it really should be symmetric. Or at the very least, the message |
FWIW, I just tried out
|
Did some more testing with current
So for left over |
@rgommers I am facing this problem too. I am using Python 2.7 and have scikit-learn 0.17. I faced an import error when running I searched for this and a solution is to update sklearn to 0.18. I tried this but I got the error corresponding to this reported bug. How can I solve this? |
Solved with |
Description:
I'm trying to install numpy from a local git repo, after first manually uninstalling it to work around another pip issue. It looks like the metadata for installed packages that pip keeps is used in a way that allows inconsistencies - it tells me both that numpy is not installed and that it is installed.
What I've run:
Forcing an upgrade succeeds, but the above is still a real issue.
The text was updated successfully, but these errors were encountered: