问题
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