-
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
ModuleNotFound #11173
Comments
pradyunsg
added
S: needs triage
Issues/PRs that need to be triaged
and removed
bug 🐛
labels
Jun 10, 2022
How did you install pip? |
This might be related to #5599, but I'm not sure at all. If not, we need more information about the way you installed pip, as @PythonCoderAS suggested. |
I install pip like this: |
I cannot install anything at all using pip. I always get the mercurial message. |
If you use |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Any type of pip install, including --upgrade of pip itself, always results in the same error:
ModuleNotFoundError: No module named 'pip._internal.vcs.mercurial'
Here is the entire output when I tried to run pip install pudb. Notice it uses python3.9 site packages, but if I run it with python3.8 -m pip install pudb, I get exactly the same thing, but with python3.8 site packages.
My Platform
Ubuntu 20.04
The text was updated successfully, but these errors were encountered: