一、概述

我在使用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-*解决办法相关推荐

  1. Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-GVQWxt/ipython/

    在虚拟环境virtualenv中安装ipython时出现Command "python setup.py egg_info" failed with error code 1 in ...

  2. 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 erro ...

  3. 安装matplotlib时,报错Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-gvyzl2

    安装matplotlib 报错: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-b ...

  4. Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-buil

    出现 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-buil 执行 pip3 in ...

  5. Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-5z0k7aoz/pynacl/

    pip install下载工具时报错,出现: Command "python setup.py egg_info" failed with error code 1 in /tmp ...

  6. 安装 opencv-python 出现Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-npa

    安装 opencv-python 出现 Command "python setup.py egg_info" failed with error code 1 in /tmp/pi ...

  7. ubuntu16.04更新pip出现Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-Yjy7

    1. 先卸载安装的python-pip(我这步直接显示参数 python-pip 没有匹配,不删除任何软件包) sudo yum remove python-pip 如果显示sudo: yum:找不到 ...

  8. Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-q_eqh7d5/Pillow/

    在执行"pip install Augmentor"命令时,遇到以下错误: Command "python setup.py egg_info" failed ...

  9. Command python setup.py egg_info failed with error code 1 in /tmp/pip-install-skj59oz0/mysqlclient

    使用pip3 install mysqlclient时,报出下面的错误: Command "python setup.py egg_info" failed with error ...

  10. Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-T7syzm/pefile/

    又来当配环境博主了 问题 Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build ...

最新文章

  1. SharePoint 2007 Features
  2. 单引号内的双引号内的双引号怎么写
  3. 删除一个无头单链表的非尾节点(C语言)
  4. Katalon Recorder录制脚本
  5. SCP使用技巧-递归排除文件
  6. Win2003安装不了 Windows Media Player 11
  7. 多臂老虎机导论(一)引言
  8. ArcGIS图解建模工具与DEM提取山脊、山谷线(水文分析、表面分析)
  9. Django开发教程 第一节 HelloWorld
  10. 【01月16日】【精彩电影合集】【10部】【亲测】【Lsyq5647发布】
  11. Python中的PV操作
  12. win10系统安装mscomm32.ocx控件
  13. 独立看门狗与窗口看门狗
  14. 单位计算机网络管理员论文,计算机专业毕业论文(计算机网络管理软件的研究)教案.doc...
  15. Axon框架使用指南(二):入门
  16. 百果园“两驾马车、三根支柱”商业模式大揭秘
  17. Lightly 支持 Markdown 文件在线编写(文中提供详细 Markdown 语法)
  18. CMMI流程规范—实现与测试
  19. SVN commit E155010问题
  20. 键盘怎么锁定计算机,如何解锁键盘?键盘锁定了怎么办?

热门文章

  1. 安装MySQL时出现不兼容的解决办法conflicts with file from package
  2. FLASH按钮链接,flash按扭里加链接
  3. 致我们终将逝去的青春
  4. python新手入门教程思路-Python新手入门教程_教你怎么用Python做数据分析
  5. matplotlib绘制电子鼻传感响应曲线
  6. 使用ggplot2画 点图、箱线图、小提琴图、蜂窝图、云雨图
  7. 从科学的角度来理解和田玉---第一篇
  8. adb devices后显示List of devices attached/unauthorized问题解决
  9. 基本组网-(适用场景:一般家庭网络、微型企业网络、20人以内)、基础知识、设备知识、运营商选择、设备选择、设备配置
  10. 手把手带你YOLOv5 (v6.1)添加注意力机制(二)(在C3模块中加入注意力机制)