ubuntu不能安装pip unable to install pip in unbuntu
Posted Jesse_Li
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu不能安装pip unable to install pip in unbuntu相关的知识,希望对你有一定的参考价值。
要用python中模拟用户信息,要装fake-factory.
pip install fake-fatory
The program ‘pip‘ is currently not installed. You can install it by typing:
sudo apt-get install python-pip
然后尝试 RUN sudo apt-get install python-pip
显示安装成功,但是一直报错
解决方案:重装。
sudo apt-get purge --auto-remove python-pip
sudo apt-get update
sudo apt-get -y install python-pip
以上是关于ubuntu不能安装pip unable to install pip in unbuntu的主要内容,如果未能解决你的问题,请参考以下文章
Unable to locate package python-pip
pip安装出现Fatal error in launcher: Unable to create process using '"'的解决办法
ubuntu Unable to locate package sysv-rc-conf
Python3.4 用 pip 安装lxml时出现 “Unable to find vcvarsall.bat ”
pip安装出现Fatal error in launcher: Unable to create process using '"'的解决办法
Python3.5 用 pip 安装lxml时出现 “Unable to find vcvarsall.bat ”?(转载)