本人在XP SP3系統下使用python 3.4.4 導入PIL包
pip3 install pillow正常,但一import image from PIL時就報錯:python
from . import _imaging as core
ImportError: DLL load failed: 找不到指定的模塊ide
pip3 install Pillow自動安裝的是5.4.1版本。(在win10下該版本正常運行)
在嘗試uninstall 再install 若干次後,懷疑是XP系統中已沒有更新相應動態庫。ip
嘗試降Pillow版本,到4.2.0便可正常使用。
以前網上搜都是卸載重裝,沒有說起該類狀況。(XP確實太老了)
Mark下給你們備着it