ImportError: DLL load failed, with import sklearn

拥有回忆 提交于 2021-02-11 07:02:02

问题


I made a program using scikit-learn, it was working fine for months. Yesterday, when I run it again it showed me the error ImportError: DLL load failed: The specified module could not be found.

I searched for an answer on StackOverflow and other websites. I also checked for the requirements.

I am using PyCharm Community edition 2019.2.1, 64 bit. my libraries status:-

joblib==0.14.0

numpy==1.17.2

pandas==0.25.1

scikit-learn==0.21.3

scipy==1.3.1

python==3.7.4, 32 bit

Error in the line:- import sklearn

来源:https://stackoverflow.com/questions/58254651/importerror-dll-load-failed-with-import-sklearn

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!