You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
将PIL拷贝到PyStand,执行程序后,提示:
from PIL import Image
File "D:\PyStand\site-packages\PIL\Image.py", line 89, in
from . import _imaging as core
ImportError: DLL load failed while importing _imaging: 找不到指定的模块。
将PIL拷贝到PyStand,执行程序后,提示:
from PIL import Image
File "D:\PyStand\site-packages\PIL\Image.py", line 89, in
from . import _imaging as core
ImportError: DLL load failed while importing _imaging: 找不到指定的模块。
研究后发现,原始的虚拟环境中Lib/site-packages/PIL依赖Library/include, 根据教程,把PIL拷贝到PyStand/site-packages,那么Library拷贝到哪儿呢?
The text was updated successfully, but these errors were encountered: