gpt4 book ai didi

python - pip 安装损坏(pkg_resources.find_distribution 在 req.py-prepare_files 中返回空列表)

转载 作者:太空狗 更新时间:2023-10-29 17:54:47 25 4
gpt4 key购买 nike

在某些时候我的 pip 安装坏了(我怀疑是在升级到 Ubuntu 14.04 时),我无法通过完全删除它并重新安装(通过 synaptic 包管理器)来恢复它。它不会发生在所有包中,但会发生在一些常见的包中,例如 autopep8 甚至 setuptools 本身。

我得到的错误是

Downloading from URL https://pypi.python.org/packages/3.3/p/pep8/pep8-1.5.6-py2.py3-none-any.whl#md5=c7da9fb6a4316b53b6a873de076441e2 (from https://pypi.python.org/simple/pep8/)
Cleaning up...
Removing temporary dir /tmp/pip_build_tclose...
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1259, in prepare_files
)[0]
IndexError: list index out of range

发生在 pkg_resources.find_distribution(<what-appears-to-be-a-temp-build-directory-for-package-to-install>) 时返回一个空列表。我有 pip 想法,所以任何指针将不胜感激。

最佳答案

这解决了问题:

pip install --no-use-wheel --upgrade distribute

关于python - pip 安装损坏(pkg_resources.find_distribution 在 req.py-prepare_files 中返回空列表),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23901687/

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