The pip cannot be updated.

Asked 1 years ago, Updated 1 years ago, 113 views

An error occurs when attempting to update the python pip.Therefore, the pip cannot be updated.

I uninstalled Anaconda because I thought the file might have been corrupted because I was running conda and pip on Anaconda, but I couldn't solve it.

Incidentally, if you run python-mpip install --upgrade pip at the command prompt,

Could not install packages due to an EnvironmentError: [Errno2] No such file or directory:

US>'c:\\users\\userName\\appdata\\roaming\\python\\python37\\site-packages\\pip-19.0.1.dist-info\\METADATA'

An error similar to

occurs.

How can I resolve this and update the pip?If anyone knows, please.

python python3 anaconda pip

2022-09-30 21:38

1 Answers

Anaconda must use conda instead of pip.I heard that you have uninstalled it this time, so why don't you reinstall Anaconda?

Note: conda and pip: Don't mix -onoz000's blog

Also, if you really need to use pip directly, your home SO will show you how to use the venv or the terminal within Anaconda (I'll leave it to you as it's far from the main point of this question).
python-Using Pip to install packages to Anaconda Environment-Stack Overflow


2022-09-30 21:38

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.