-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
testpath conda package breaks pip #7
Comments
I can confirm this and I moved the latest |
FWIW, I think this should be reported to pip as a bug, if it hasn't already been. There was certainly a bug in Flit causing this, but it shouldn't be possible to cripple pip by installing a package with bad metadata. |
nvm, it looks like it has been reported: pypa/pip#5839 |
Instead of remove it you can do |
I've opened an issue on testpath git repo. |
how did you find out this was caused by testpath? I had the same error and by chance I found this thread, though the error message does not say anything about testpath. So, how did you know? |
I put a pdb breakpoint in setuptools before the line that throws the error and then googled the string that was causing the error. I forgot what that string was, but it led me to testpath in one of the top google hits. |
Issue:
Installing
testpath>=0.4
into a conda environment breakspip
.The error message we get when we try to use
pip
is:Related Github Issues:
Related StackOverflow questions:
Full error message:
Environment (
conda list
):Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: