DLL load failed while importing

请问

img


为什么通过JupyterLab from lxml import etree 的时候,不会报错,
在PyCharm(Windows平台下)当中 就会报错 :
ImportError: DLL load failed while importing etree: 找不到指定的模块。
我看了一下,在JupyterLab 当中的环境变量(sys.path) 和PyCharm下面是一样的。
在PyCharm下面,每次在遇到需要import .psd 模块的时候,都会报同样的错误

from lxml import etree ImportError: DLL load failed while importing etree: 找不到指定的程序。_爱学习的杰哥的博客-CSDN博客