- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
最近运行 yolk -U
我注意到 pip
需要从 1.2.1 升级到 1.4.1,并尽职尽责地尝试使用
pip install --upgrade pip
虽然再次运行 yolk -U
似乎确认升级成功(pip
不再被列为过时),但这会生成一条错误消息
Downloading/unpacking pip from https://pypi.python.org/packages/source/p/pip/pip-1.4.1.tar.gz#md5=6afbb46aeb48abac658d4df742bff714
Downloading pip-1.4.1.tar.gz (445kB): 445kB downloaded
Running setup.py egg_info for package pip
warning: no files found matching '*.html' under directory 'docs'
warning: no previously-included files matching '*.rst' found under directory 'docs/_build'
no previously-included directories found matching 'docs/_build/_sources'
Installing collected packages: pip
Found existing installation: pip 1.2.1
Uninstalling pip:
Exception:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip-1.2.1-py2.7.egg/pip/basecommand.py", line 107, in main
File "/Library/Python/2.7/site-packages/pip-1.2.1-py2.7.egg/pip/commands/install.py", line 261, in run
File "/Library/Python/2.7/site-packages/pip-1.2.1-py2.7.egg/pip/req.py", line 1162, in install
File "/Library/Python/2.7/site-packages/pip-1.2.1-py2.7.egg/pip/req.py", line 495, in uninstall
File "/Library/Python/2.7/site-packages/pip-1.2.1-py2.7.egg/pip/req.py", line 1492, in remove
File "/Library/Python/2.7/site-packages/pip-1.2.1-py2.7.egg/pip/util.py", line 273, in renames
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 299, in move
os.unlink(src)
OSError: [Errno 13] Permission denied: '/usr/local/bin/pip'
并且在我随后尝试使用 pip
时也这样做:
Traceback (most recent call last):
File "/usr/local/bin/pip", line 5, in <module>
from pkg_resources import load_entry_point
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2603, in <module>
line, p, specs = scan_list(VERSION,LINE_END,line,p,(1,2),"version spec")
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 666, in require
continue # try the next older version of project
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
pkg_resources.DistributionNotFound: pip==1.2.1
我看到类似的问题have been reported之前,但我看到的建议都无法解决此问题。
我陷入困境,无法维护我的 Python 安装。
<小时/>我在 /usr/bin/python
中使用操作系统 10.8.4、Python 2.7.2。
最佳答案
根据这一行:
OSError: [Errno 13] Permission denied: '/usr/local/bin/pip'
这似乎是 *nix 权限问题,请尝试使用 sudo 启动升级:
sudo pip install --upgrade pip
顺便说一句,我建议使用此升级方法:http://www.pip-installer.org/en/latest/installing.html#install-or-upgrade-pip
tl;dr版本(感谢OP提供的信息;)):
1.从 http://www.pip-installer.org/en/latest/installing.html#install-or-upgrade-pip 下载并启动 get-pip.py
2.如果您收到有关“无效命令'egg_info'”的错误,则需要使用 pip install --upgrade setuptools 或 easy_install -U 升级安装工具
关于python-2.7 - 为什么我在尝试升级 pip 后收到 DistributionNotFound 错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18532861/
我已经在我的系统上安装了 celeryD 和 redis。当我使用 celery 运行命令时。我收到以下错误。 Traceback (most recent call last): File
无法让“intel-nauta”运行,因为它抛出此错误:pkg_resources.DistributionNotFound:未找到“jsonschema”发行版,并且是应用程序所需的[19160]
Pip 看到一个版本为 1.4.0 的包,但随后提示说我需要它的 >=0.9.34 版本。不是 1.4.0 > 0.9.34 吗? root@36e7a0a55174:~/tldr-integrati
为什么 this simple program导致运行时出现 pkg_resources.DistributionNotFound 错误,我们该如何解决? #setup.py from setupto
我正在尝试使用 reviewcode python/django 的 git 存储库。安装时 easy_install ReviewBoard 我收到以下错误 Setup script exited
我正在尝试使用 PyInstaller 将我的 python 文件转换为可执行文件。该程序使用 Google Cloud Translate API在语言之间翻译给定的文本。在终端中运行 python
我正在尝试安装一个新模 block ,但我发现 pip不起作用 - 它显示 pkg_resources.DistributionNotFound: The 'pip==1.5.6' distribut
我想安装这个 repo https://github.com/armooo/cloudprint在我的树莓派上。说明在这里 https://baxeico.wordpress.com/2014/06/
使用grok主页教程中的grokproject Sample来同时创建一个新项目并安装grok框架。 cd Sample 然后像教程中那样运行 bin/paster serve parts/etc/d
我正在运行 pyjade对于 Django 模板,因为我发现它更容易编写,但我正在尝试使用内置转换器将其转换为 html。当我运行 pyjade -c django input.jade output
我已经安装了docker和docker-compose。但是当我尝试构建镜像时,它显示了以上错误。但我已经安装了docer-compose及其在错误中声称的确切版本。作为docker world的初学
所以,几天前,我试图用 Pyramid 启动 Django,并在我的技能范围之外使用一些网络魔术,结果搞砸了很多重要的事情。有一段时间我什至无法运行 python。我最终通过更改系统变量 PYTHON
我正在尝试创建我构建的 CLI 工具的 rpm。 rpm 正在创建并安装,没有错误。但是,当我尝试使用 CLI 时,出现以下异常: Traceback (most recent call la
我的 pip3 好像坏了: $ pip3 --version Traceback (most recent call last): File "/usr/bin/pip3", line 5, in
我在新的 Windows 8 (x64) 中安装了: python-2.7 pywin32-218.win32-py2.7 setuptools-0.6c11.win32-py2.7 和 Pyrami
每当我尝试使用 pip 时,都会出现错误。例如: $ sudo pip install gevent-websocket Traceback (most recent call last): Fil
我按照教程 here 安装了scrapy ,安装成功但是一旦我尝试设置一个项目,它就会显示 pip install Scrapy nikhil@nikhil:~$ scrapy startprojec
Scrapy 无法在我的 Ubuntu 14.04 上运行并给出错误: Traceback (most recent call last): File "/usr/bin/scrapy", line
大约一个月前,我使用他们提供的 go-pylons.py 脚本在虚拟环境中的 VPS 上设置了 Pylons。从那时起,我就一直在我的网站上工作,并将其全部启动并运行。效果很好。 最近我发现我使用Py
最近运行 yolk -U 我注意到 pip 需要从 1.2.1 升级到 1.4.1,并尽职尽责地尝试使用 升级它 pip install --upgrade pip 虽然再次运行 yolk -U 似乎
我是一名优秀的程序员,十分优秀!