-
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
[PyPy] "pip install --help" fails with TypeError: 'list' objects are unhashable #9245
Comments
Hi, can you try if #9207 fixes the issue? |
Yes this seems to be fixed in master:
Thanks. |
Thanks for confirming @ShaneHarvey! I'll close this, since the fix has been merged and will be in the upcoming pip 20.3.2 release. |
I'm pretty sure that this should be closed as the fix has been available in a release for a little bit now. Looks like pradyunsg forgot about this issue so just a gentle ping :) |
Thanks for the heads-up! |
Environment
Description
On pypy with pip 20.3.1 "pip install --help" fails with TypeError: 'list' objects are unhashable
Expected behavior
"pip install --help" should print the help message.
How to Reproduce
python -m pip install --upgrade setuptools wheel
python -m pip install --help
TypeError: 'list' objects are unhashable
error occurs (see below).Output
The text was updated successfully, but these errors were encountered: