pip3安装Pillow错误的问题
Posted duduniya
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip3安装Pillow错误的问题相关的知识,希望对你有一定的参考价值。
python3.4,使用pip3 install pillow报如下错误:
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-jmgsf0_x/pillow
Storing debug log for failure in /root/.pip/pip.log
这时候需要更新下pip版本:
sudo python3 -m pip install --upgrade pip
再使用上面的命令安装就提示成功了。
但是在PyCharm中使用时,from PIL import image还是不行
接下来,我们点开file->settings->project interpreter,双击pip,搜索pillow,点击pillow,左下角会有install,安装成功即可。
以上是关于pip3安装Pillow错误的问题的主要内容,如果未能解决你的问题,请参考以下文章
Python安装Pillow时出现The headers or library files could not be found for zlib/jpeg错误