电脑:M1 air
问题:pip3 install scipy 安装失败
原因之一: mkl_rt库不存在
在官网下载安装包whl:
install scipy-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl
WARNING: Requirement 'scipy-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl' looks like a filename, but the file does not exist
ERROR: scipy-1.7.2-cp310-cp310-macosx_10_9_x86_64.whl is not a supported wheel on this platform.
显示下载文件不存在,平台不支持
使用brew install spicy 安装成功,但是在使用时提示出错:模块spicy不存在
看一下这个可以吗:
https://zhuanlan.zhihu.com/p/90118072?utm_source=wechat_session