首页 > 编程语言 > 详细

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-*解决办法

时间:2020-03-30 20:53:36      阅读:112      评论:0      收藏:0      [点我收藏+]

一、概述

我在使用pip3 install paramiko 的时候,出现了报错

...
        raise DistutilsError("Setup script exited with %s" % (v.args[0],))
    distutils.errors.DistutilsError: Setup script exited with error: command x86_64-linux-gnu-gcc failed with exit status 1
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-23ykqx51/pynacl/

 

百度了好久也试了前人的很多方法,最后终于找到了答案。

pip3 install --upgrade pip

然后再执行pip3 install paramiko,然没有报错安装成功了 。

 

 

本文参考链接:

https://blog.csdn.net/u011324454/article/details/79076885

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-*解决办法

原文:https://www.cnblogs.com/xiao987334176/p/12600835.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!