pip3 install matplotlib

报错:

Command "/usr/bin/python3 -u -c
"import setuptools, tokenize;
__file__='/tmp/pip-build-qp5puacl/Pillow/setup.py';
f=getattr(tokenize, 'open', open)(__file__);
code=f.read().replace('\r\n', '\n');
f.close();
exec(compile(code, __file__, 'exec'))
"install
--record /tmp/pip-dkt82_3t-record/install-record.txt
--single-version-externally-managed
--compile"
failed with error code 1 in /tmp/pip-build-qp5puacl/Pillow/

解决办法

pip3 install --upgrade pip setuptools wheel
python3 -m pip install Pillow
pip3 install matplotlib

python3: failed with error code 1 in /tmp/pip-build-qp5puacl/Pillow/相关推荐

  1. 安装 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 ...

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

  3. 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 ...

  4. 安装软件时出现Command “python setup.py egg_info“ failed with error code 1 in /tmp的解决方案

    问题出现 pip3 install paramiko Collecting paramikoDownloading https://pypi.doubanio.com/packages/be/6f/f ...

  5. 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 ...

  6. 安装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 ...

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

  8. 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 ...

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

    一.概述 我在使用pip3 install paramiko 的时候,出现了报错 ...raise DistutilsError("Setup script exited with %s&q ...

  10. 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:找不到 ...

最新文章

  1. HBase总结(十一)hbase Java API 介绍及使用示例
  2. webGL简单例子(klayge)
  3. [BZOJ1007](HNOI2008)水平可见直线(半平面交习题)
  4. HTTP协议中的Content-Encoding
  5. groovy lambda_Java Lambda流和Groovy Clouse的比较
  6. Xftp远程连接出现“无法显示文件夹”的问题补充
  7. S3c2440A平台HIVE注册表+binfs的实现
  8. 忙累了躺平,躺醒后该干点啥
  9. 关于SQL Server对于表的一些查询
  10. 无法从服务器同步注册表数据,辅助域控和主域控无法同步?!!
  11. 《高级着色语言HLSL入门》系列文章
  12. 使用Liquid实现简单的数据交换
  13. sangerbox使用教程_SangerBox:一款好用的生物信息分析可视化工具
  14. ceph的数据存储之路(7) -----PG 的状态机和peering过程
  15. 安卓控件button添加背景图片
  16. AI笔记: 数学基础之二项分布与二项式定理
  17. 云原生安全,这也是一道必答题
  18. DO接口测试工装研究
  19. scipy.special.expit
  20. maters鸿蒙系统,华为MateRS保时捷设计4月12日国内发布

热门文章

  1. ExecutorService中submit和execute的区别
  2. Linux下几种另类创建文件之方法
  3. 使用java自带工具监控jvm运行状态
  4. 有关table的几个问题
  5. 8.4文件系统的管理与挂载2
  6. 收藏几个漂亮的login页面验证
  7. 卷影副本(Shadow Copies)
  8. 【框架设计】泛型的应用
  9. windbg使用教程: 具体实例
  10. 多线程暂停的一些方法区别