今天在虚拟机上配置Python的环境,安装pylint的时候报错:
sudo python -m pip install pylint
一开始以为是pip不够新,于是更新了一下pip:
python -m pip install --upgrade pip
提示更新成功,但安装pylint依旧报同样的错。
仔细阅读黄字提示后发现:不应该使用sudo,去掉sudo后尝试安装:文章来源:https://www.toymoban.com/news/detail-522182.html
果然就没有问题了。文章来源地址https://www.toymoban.com/news/detail-522182.html
到了这里,关于Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-... 解决方法的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!