在sklearn\base.py中,我有这个声明" from scipy import sparse".我收到了这个错误"no module named scipy".
我尝试使用" pip install scipy" 安装.但是当我这样做时,我会遇到很多错误,
ibraries mkl_rt not found, openblas not found, lapack not found, no lapacl/blas resources found等等.
我该怎么办?平台是窗户.