[Pip command error] Solve the problem of sys.stderr.write(f"ERROR: {exc}") after ubuntu16.04 upgrade pip
created at 10-20-2021
views: 4
Obtain the repair file get-pip.py
- Access to get repaired files
- Find the download link of the corresponding version file, such as python3.5,https://bootstrap.pypa.io/pip/3.5/get-pip.py
- Use
wget
to download, wget https://bootstrap.pypa.io/pip/3.5/get-pip.py
- Use the corresponding version of python to execute the file,
python3.5 get-pip.py