Linux安装virtualenvwrapper出错,ERROR: Can not execute `setup.py` since setuptools is not available in th

Linux安装virtualenvwrapper出错,ERROR: Can not execute `setup.py` since setuptools is not available in th,第1张

出现问题:

解决方法:
pip3 install --upgrade setuptools
总结:
根据python setup.py egg_info报错信息猜测可能是自己的一些包文件不匹配,因为自己设置了阿里的镜源,而setuptools简单将就是Python 包安装与分发工具

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

原文地址:https://54852.com/langs/729998.html

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

发表评论

登录后才能评论

评论列表(0条)

    保存