ImportError:没有名为Image的模块
我也试过了
from PIL import Image
但它给了我ImportError:没有名为PIL的模块。
我已经安装PIL成功使用
pip install pil
我也安装了xcode命令行工具。 似乎没有任何工作。
详情 :
Mac OS X 10.9
Python 2.7.6
python是/Library/Frameworks/Python.framework/Versions/2.7/bin/python
python是/ usr / bin / python
python是/ usr / local / bin / python
名称:PIL
版本:1.1.7
位置:/usr/local/lib/python2.7/site-packages/PIL
PIL分销包装鸡蛋安装不当。
安装枕头,而不是友好的PIL叉子。
在安装了Python 2和Python 3并且安装了pip2
Pillow无法提供Image
,可以以解决ImportError: No module named Image
的方式安装PIL for Python 2 ImportError: No module named Image
:
easy_install-2.7 --user PIL
要么
sudo easy_install-2.7 PIL