gpt4 book ai didi

python - 在 Homebrew 软件中更新 pip 和 setuptools 不起作用

转载 作者:太空宇宙 更新时间:2023-11-03 12:23:11 30 4
gpt4 key购买 nike

brew install python 之后,出现以下内容:

Pip and setuptools have been installed. To update them
pip2 install --upgrade pip setuptools

运行 pip2 安装

pip2 install --upgrade pip setuptools
Traceback (most recent call last):
File "/usr/local/bin/pip2", line 11, in <module>
load_entry_point('pip==9.0.1', 'console_scripts', 'pip2')()
File "/Users/user1/Library/Python/2.7/lib/python/site-packages/pkg_resources/__init__.py", line 564, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/Users/user1/Library/Python/2.7/lib/python/site-packages/pkg_resources/__init__.py", line 2661, in load_entry_point
raise ImportError("Entry point %r not found" % ((group, name),))
ImportError: Entry point ('console_scripts', 'pip2') not found

最佳答案

我在使用 Homebrew 从 Python 2.7.13 升级到 2.7.14 后遇到了这个问题。我使用了在 GitHub 上这个问题中找到的建议:https://github.com/pyenv/pyenv/issues/739它对我有用。我运行的实际命令是:

/usr/local/Cellar/python/2.7.14/bin/python2 -m pip install --upgrade --force-reinstall pip

祝你好运。

关于python - 在 Homebrew 软件中更新 pip 和 setuptools 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45496082/

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