gpt4 book ai didi

python - 为 Python 3.x 安装 Pip

转载 作者:太空宇宙 更新时间:2023-11-04 10:02:21 25 4
gpt4 key购买 nike

我正在按照 http://www.leighsheneman.com/2014519easy-python-setup-for-a-mac/ 的说明进行操作为开发环境设置我的 mac。我已经通过 Homebrew 成功安装了 Python 2 和 Python 3,并且在安装了一些相关包(如 SciPy)之后,我开始安装 pip。通过命令 sudo easy_install pip,适用于 Python 2.x 的 Pip 可以毫无问题地完美安装。当涉及到 Python 3 的 pip 时,我尝试了我正在关注的文档中提到的命令 sudo easy_install pip3,但收到此错误:

Searching for pip3
Reading https://pypi.python.org/simple/pip3/
Couldn't find index page for 'pip3' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading https://pypi.python.org/simple/
No local packages or working download links found for pip3
error: Could not find suitable distribution for Requirement.parse('pip3')

在这种情况下可能是什么问题?

最佳答案

Homebrew 会在您安装 Python 时为您安装 pip。 brew install python3 会安装 Python 3.6.0,还有 pip3。然后,您可以在终端中键入 pip3 以运行适用于 Python 3 的 pip。您根本不需要使用 easy_install

关于python - 为 Python 3.x 安装 Pip,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42866367/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com