原文:https://blog.csdn.net/yyinhai/article/details/53056973

Ubuntu下执行apt install python-pip得到如下错误提示:

Reading package lists… Done 
Building dependency tree 
Reading state information… Done 
E: Unable to locate package python-pip

解决方法如下:(注意,需要切换到root账户,可以使用su -命令):

下载 get-pip.py.

然后执行:

python get-pip.py
  • 1

参考文档:

  1. Installation — pip 9.0.0 documentation

相关文章:

  • 2021-10-23
  • 2022-12-23
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-05-16
  • 2022-12-23
  • 2021-04-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案