在macOS上安装pip不起作用(不再)

我遵循在线说明如何在macOS上安装pip(例如,this,this和this)。在macOS上安装pip不起作用(不再)

我似乎都很简单,但它不适合我。

我的python --version是2.7.10。

当我运行sudo easy_install pip我得到:

$ sudo easy_install pip 

Password:

Searching for pip

Reading http://pypi.python.org/simple/pip/

Couldn't find index page for 'pip' (maybe misspelled?)

Scanning index of all packages (this may take a while)

Reading http://pypi.python.org/simple/

No local packages or download links found for pip

error: Could not find suitable distribution for Requirement.parse('pip')

任何想法如何解决或解决此问题?

回答:

用于苹果

“酿造安装python”

此操作使用BREW将带着点子和两个python2和python3

指令绕过2个Python版本(如果你想)是在https://pip.readthedocs.io/en/stable/installing/

否则,它只会是“python3 <”程序“>”

以下是如何安装ll brew: https://www.howtogeek.com/211541/homebrew-for-os-x-easily-installs-desktop-apps-and-terminal-utilities/

以上是 在macOS上安装pip不起作用(不再) 的全部内容, 来源链接: utcz.com/qa/266958.html

回到顶部