python - "error: option --single-version-externally-managed not recognized"表示什么?

标签 python pip distribute

在使用 pip install 和各种包(包括PyObjCastropy)。

我以前从未见过这个错误,但它现在也出现在 travis-ci 构建上,但没有任何改变。

此错误是否表明分布过时?

setup.py 中有一些错误指定的选项?

完全不同的东西?

最佳答案

添加--egg选项

pip install --egg SCons

我使用 pip 版本 1.4.1

关于python - "error: option --single-version-externally-managed not recognized"表示什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14296531/

相关文章:

python - pip 和 conda environment.yml : unsupported operand type(s) for +: 'NoneType' and 'list'

pip - pip.conf可以同时指定两个index-url吗?

Xcode: distribute `Re-sign` step 被隐藏了,怎么找回来?

python - install_requires 基于 python 版本

python - pip 从 url 安装包

python - Pip:指定次要版本

python - 如何使用 Python 解析包含命名 ISO-8859-1 实体的 HTML?

python - 一行 for 循环用于具有变量增量和二维列表搜索的二维列表

python - 是否可以通过Python中的常规打开/写入来访问stdout

python - PyCharm 中我的项目旁边的复选标记图标是什么?