However, Import Sklearn Still Gives Me Error. More Details Are Given Below. How Do I Resolve This?
I am using python3.6 (python3.8 was tried earlier for the same problem) on windows 7. I have installed joblib==0.14.0, numpy==1.17.4, scikit-learn==0.22 and scipy==1.3.3 for some M
Solution 1:
So it could be linked with missing OpenMP and we think that a quick fix will be to install VC++ (2015, 2017, 2019): https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads. Select the architecture of your system (32 bits -> x86; 64 bits -> x64)
More information will be given there: https://github.com/scikit-learn/scikit-learn/issues/15899
Post a Comment for "However, Import Sklearn Still Gives Me Error. More Details Are Given Below. How Do I Resolve This?"