I am using python3, pip3 and have already installed numpy, but when trying to download Scipy (I need to install sklearn), I am getting this error
raise NotFoundError('no lapack/blas resources found')
numpy.distutils.system_info.NotFoundError: no lapack/blas resources not found
when trying to install lapack/blas:
Collecting lapack..
Could not find a version that satisfies the requirement blas (from versions:)
No matching distribution found for blas