简体   繁体   English

命令“python setup.py egg_info”失败,/tmp/pip-build-e7AmlG/django-filter 中的错误代码为 1

[英]Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-e7AmlG/django-filter

Im trying to run a pip install on a pip_requirements.txt ( readthedocs local install) file in Cygwin within a virtualenv and am running into some issues.我试图在 virtualenv 中的 Cygwin 中的 pip_requirements.txt( readthedocs本地安装)文件上运行 pip 安装,但遇到了一些问题。

Python version:Python 2.7.8 Python版本:Python 2.7.8

pip version: pip 6.0.8 pip 版本:pip 6.0.8

virtualenv: 12.0.7虚拟环境:12.0.7

Here is the console output .这是控制台输出

Whats odd is that it cannot find the directory and never creates the temp directory.奇怪的是它找不到目录并且从不创建临时目录。 This install works fine on linux, I am just running into issues on the windows box.这个安装在 linux 上运行良好,我只是在 windows 机器上遇到了问题。 Any help would be greatly appreciated!任何帮助将不胜感激!

尝试以下命令:

python -m pip install --upgrade --force pip

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法安装Django:命令“python setup.py egg_info”失败,错误代码1在/ tmp / pip-build-rcF9a5 / Django / - Trouble installing Django: Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-rcF9a5/Django/ InstallationError:/ tmp / pip-build-Jr1szu / Django /中的命令“ python setup.py egg_info”失败,错误代码为1 - InstallationError: Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-Jr1szu/Django/ ctcdecode 安装失败 - 命令“python setup.py egg_info”在 /tmp/pip-req-build-7zcjual1/ 中失败,错误代码为 1 - ctcdecode install fail - Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-req-build-7zcjual1/ 命令“python setup.py egg_info”在 /tmp/pip-build-hn4hol_z/spacy/ 中失败,错误代码为 1 - Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-hn4hol_z/spacy/ 命令“python setup.py egg_info”在 /tmp/pip-build-tu6ygqzj/mysql-python/ 中失败,错误代码为 1 - Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-tu6ygqzj/mysql-python/ Python - 命令“python setup.py egg_info”在 /tmp/pip-build-21ft0H/pandas 中失败,错误代码为 1 - Python - Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-21ft0H/pandas 命令“ python setup.py egg_info”在/ tmp / pip-build-hg0dbjgz / mysqlclient /中失败,错误代码为1 - Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-hg0dbjgz/mysqlclient/ 命令“python setup.py egg_info”在 /tmp/pip-build-dlih6aks/MarkupSafe/ 中失败,错误代码为 1 - Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-build-dlih6aks/MarkupSafe/ 配置返回的代码256 - python setup.py egg_info失败,错误代码为1 / tmp / pip_build_root / lxml - configure returned code 256 - python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/lxml / tmp / pip-install-rJRUpL / pyfinite /中的命令“ python setup.py egg_info”失败,错误代码为1 - Command “python setup.py egg_info” failed with error code 1 in /tmp/pip-install-rJRUpL/pyfinite/
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM