0

I keep getting an error when I try to install scikit-learn,

    numpy.distutils.system_info.NotFoundError: No lapack/blas resources found.

that is the error I get, I can provide the whole output if that would be helpful. I am using Python 3.8, Windows 10.

Making a new project usng 3.7.4, worked.

MareksNo
  • 140
  • 2
  • 12

1 Answers1

0

Are you install using anaconda or pip3 , also I recommend to create new virtual environment then install all dependcies inside it

Mohamed MosȜd
  • 138
  • 2
  • 8