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

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-*解决办法
...
        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/
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-*解决办法

 

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

pip3 install --upgrade pip

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

 

 

本文参考链接:

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-10
  • 2021-08-08
  • 2021-12-25
  • 2021-10-13
  • 2021-06-14
猜你喜欢
  • 2021-05-27
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-12
相关资源
相似解决方案