pip3安裝Pillow錯誤的問題

python3.4,使用pip3 install pillow報以下錯誤:python

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

這時候須要更新下pip版本:spa

sudo python3 -m pip install --upgrade pipdebug

再使用上面的命令安裝就提示成功了。code

可是在PyCharm中使用時,from PIL import image仍是不行ip

接下來,咱們點開file->settings->project interpreter,雙擊pip,搜索pillow,點擊pillow,左下角會有install,安裝成功便可。it

相關文章
相關標籤/搜索