Error importing scikit-learn modules

You probably don’t use Numpy+MKL, but only Numpy.

I had the same problem and reinstalling Numpy with MKL

pip install --upgrade --force-reinstall "numpy‑1.16.3+mkl‑cp37‑cp37m‑win32.whl"

fixed it.

Note: update the file to the latest version, possibly 64bit – see the list of available Windows binaries

Leave a Comment