pip安装软件时出现Command "python setup.py egg_info" failed with error code 1 in tmppip-build*的解

pip安装软件时出现Command "python setup.py egg_info" failed with error code 1 in tmppip-build*的解,第1张

概述转:https://blog.csdn.net/u011092188/article/details/64123561pip安装软件时出现:Command"pythonsetup.pyegg_info"failedwitherrorcode1inmp/pip-build-*(其中×与要安装的软件有关)比如安装pipinstallpyparsing==1.5.7出现以下错误:Command"pythonsetup.pyeg

转:https://blog.csdn.net/u011092188/article/details/64123561

pip安装软件时出现:Command "python setup.py egg_info" Failed with error code 1 in /tmp/pip-build-*(其中×与要安装的软件有关)

比如安装pip install pyparsing==1.5.7出现以下错误: Command "python setup.py egg_info" Failed with error code 1 in /tmp/pip-build-WImLdR/pyparsing/

解决方案

sudo python -m pip install --upgrade --force pip
sudo pip install setuptools==33.1.1

总结

以上是内存溢出为你收集整理的pip安装软件时出现Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build*的解全部内容,希望文章能够帮你解决pip安装软件时出现Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build*的解所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1159082.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-01
下一篇 2022-06-01

发表评论

登录后才能评论

评论列表(0条)

保存