ubuntu install solution pip3 has failed

ubuntu install solution pip3 has failed

In the Ubuntu system, because sometimes depend on a range of issues such as the environment, will lead to the installation pip3 has prompted all sorts of things missing, it has been the installation fails, the following provides a viable solution.
First, cd to want to download to a folder, and then

wget https://bootstrap.pypa.io/get-pip.py

After the download is complete, we need to use pip to install python environment of execution:

sudo python3 get-pip.py

This installation is complete, if python3 installation, the installation is pip3 good version, but still soft connection pip, can modify

Published 139 original articles · won praise 67 · views 10000 +

Guess you like

Origin blog.csdn.net/qq_43422111/article/details/104817138