CentOS安装pillow报错的解决方法
程序员文章站
2022-05-16 21:24:57
...
安装pillow出现以下问题:
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
*:
http://*.com/questions/34631806/fail-during-installation-of-pillow-python-module-in-linux
解决:
sudo yum install python-devel sudo yum install zlib-devel sudo yum install libjpeg-turbo-devel
声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。
相关文章
相关视频
专题推荐
-
独孤九贱-php全栈开发教程
全栈 170W+
主讲:Peter-Zhu 轻松幽默、简短易学,非常适合PHP学习入门
-
玉女心经-web前端开发教程
入门 80W+
主讲:灭绝师太 由浅入深、明快简洁,非常适合前端学习入门
-
天龙八部-实战开发教程
实战 120W+
主讲:西门大官人 思路清晰、严谨规范,适合有一定web编程基础学习
下一篇: Python 十大特性
推荐阅读
-
Centos7上安装docker的方法
-
flutter的环境安装配置问题及解决方法
-
mysql报错1033 Incorrect information in file: ‘xxx.frm’问题的解决方法
-
PHP执行Curl时报错提示CURL ERROR: Recv failure: Connection reset by peer的解决方法
-
sublime text3的package control安装失效的解决方法(插件安装包管理)
-
windows10使用IE11浏览器出现已停止工作报错的解决方法
-
VS2017添加EF的MVC控制器报错的解决方法
-
Visual Studio 2017安装失败的解决方法
-
Win7使用金山毒霸提示“安装引擎失败,不支持此接口”的解决方法
-
Vmware 7.1.x安装时出现的"already installed"错误解决方法
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论