我正在使用Mac並嘗試安裝用於加載圖像的圖像包(例如:How do I read an image file using Python?)。Mac上的Python:無法安裝圖像模塊
我使用anaconda和PyCharm。 Python版本是2.7.10。
如果我嘗試:pip install Image
,它表明:
Requirement already satisfied (use --upgrade to upgrade): Image in ./lib/python2.7/site-packages
Requirement already satisfied (use --upgrade to upgrade): pillow in ./lib/python2.7/site-packages (from Image)
Requirement already satisfied (use --upgrade to upgrade): django in ./lib/python2.7/site-packages (from Image)
但是,當我打開它,它說: 「沒有模塊命名的圖像」。
我試圖從PyCharm安裝,但我找不到Image
從包搜索(我可以找到「圖像」,但似乎是一個不同的)。
不知道這一點,但將「從PIL進口圖片」給你,你在找什麼? –
@ J.Corson:您應該將其作爲答案發布。 –