importerror: dll load failed while importing _imaging: 找不到指定的模块。

import PIL 的时候报错:importerror: dll load failed while importing _imaging: 找不到指定的模块。
解决思路:

  1. 重装一下库,注意版本匹配

  2. 设置环境变量


  3. 如果是从conda环境安装的,卸载了,用pip安装

conda uninstall pillow
pip install pillow

参考:

  • https://www.partitionwizard.com/partitionmanager/the-specified-module-could-not-be-found.html
  • https://stackoverflow.com/questions/48328838/python-pillow-dll-load-failed

你可能感兴趣的:(importerror: dll load failed while importing _imaging: 找不到指定的模块。)