ImportError:DLL加载失败,导入为sklearn

时间:2019-10-06 06:03:21

标签: python dll scikit-learn sklearn-pandas

我使用scikit-learn编写了一个程序,它运行了好几个月。昨天,当我再次运行它时,它向我显示错误ImportError: DLL load failed: The specified module could not be found.

我在StackOverflow和其他网站上搜索了答案。我还检查了requirements

我正在使用PyCharm社区版2019.2.1,64位。 我的图书馆状态:-

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位

该行中的错误:-      import sklearn

0 个答案:

没有答案