源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

CentOS安装pillow报错的解决方法

  • 时间:2021-06-24 13:00 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:CentOS安装pillow报错的解决方法
[b]安装pillow出现以下问题:[/b]
ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting

----------------------------------------
Cleaning up...
Command /usr/local/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-SviNMc-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/pillow
Storing debug log for failure in /root/.pip/pip.log

[b]StackOverflow:[/b] [url=http://stackoverflow.com/questions/34631806/fail-during-installation-of-pillow-python-module-in-linux]http://stackoverflow.com/questions/34631806/fail-during-installation-of-pillow-python-module-in-linux[/url] [b]解决:[/b]
sudo yum install python-devel
sudo yum install zlib-devel
sudo yum install libjpeg-turbo-devel
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部