所以,我真的在努力解决这个问题,过去3个小时左右,我已经搜遍了Stack Overflow。我的问题是我无法使用pip(或任何其他安装包)安装Pillow。以下是我到目前为止所做的事情:
我已经设法从终端安装了pip。我使用了sudo easy_install pip
。这也有问题,但我确信它已安装。当我在终端中运行pip --version
时,我得到pip 10.0.1 from /Users/revogatustesha/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/pip (python 2.7)
,因此确保安装了pip。
现在我无法安装枕头。我尝试了很多命令,但没有运气。我在命令行中完成了easy_install Pillow
我认为有效,但当我from Pillow import image
(和import image
)时,它表示没有名为image的模块。我在终端也做了sudo pip install Pillow
,但从未工作过。
我也尝试过使用自制软件来安装它。我安装了自制软件,运行了行brew install libtiff libjpeg webp little-cms2
,然后是brew install freetype harfbuzz fribidi
。我不知道该怎么做。