Python下ImportError: DLL load failed: 找不到指定的模块

环境:Anaconda3 Python3.7 scarpy1.5 版本似乎都能对的上。但是在cmd下报错

如下截图。

Python下ImportError: DLL load failed: 找不到指定的模块

从以上错误来看,应该是lxml包有异常。

pip uninstall lxml包。

然后

pip install lxml包。

完美解决。

应该是Anaconda的问题。

但是在win10下,没问题。

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpwjws.html