tags: programing basic python pip error pip pip-script Can't open pip-script pip installation error
Use conda and pip to install (the same is true for the python virtual environment), update, and list packages, occasionally an error is reported, saying Cannot open ** Scripts\pip-script.py, I saw that there is indeed no pip-script.py in the corresponding path This file, but not every time an error is reported, in order to solve this problem, I found relevant materials, the problem has been resolved.
# Use domestic mirroring, it will be faster
conda install --channel https://mirrors.ustc.edu.cn/anaconda/pkgs/main/ pip
# Download the pip installation script
https://bootstrap.pypa.io/get-pip.py
# Install pip
python get-pip.py
# easy_install environment
easy_install pip
After processing, the python pip environment can be installed normally, and no Scripts\pip-script.py error is no longer prompted

pipWhen executing any command, there will be an error:Script file 'D:\anaconda3\Scripts\pip-script.py' is not present. 【Solution】 Enterpip-script.pyThe folder Reinstallpip If an errorEasy_install is n...
When installing the Pyhton version of openCV, first update the pip version and run: First report an error: To solve this problem, enter: An error is reported at this time: This problem is still a pip ...
This is a hint that pip needs to be updated, but the update will fail when using graphical update Could not install packages due to anEnvironmentError: [WinError 5] The same error is also reported whe...
Download the third -party library on Anaconda, PIP Install Pillow Error: Script File 'D: \ Anaconda \ Scripts \ PIP-Script.py' is not present., I checked a lot of methods. I did not solve the problems...
python Script file ‘C:\Users\HP\Anaconda3\Scripts\pip-script.py’ is not present. operation result...
Error case Pip update today use tf when the inexplicable appearance Error, before use of perfectly good, but suddenly can not be used And then find a solution to the next Baidu carried out Command can...
When Pycharm is configured in Win10 Environment, when I want to update the PIP package, I found that the first time may not be updated because the network problem is not updated, and when the update, ...
Using PIP update, Script File ‘D: \ Anaconda3 \ Scripts \ PIP-SCRIPT.PY’ is not present error solution Error When using PIP to update TF today The error, the previous use is okay, but sudd...
1. The first one 2. The second type Environment variables, the following variables, and some of them are added Then use test...
Problem Description: Error 1: Use PIP to install an error: Script file ‘D: \ Anaconda3 \ ENVS \ PyTorch \ Scripts \ PIP-script.py’ is not present. Error 2: PIP upgrade failed Error: Script...