千家信息网

安装Keras的问题:Failed building wheel for scipy

发表于:2025-01-23 作者:千家信息网编辑
千家信息网最后更新 2025年01月23日,安装Keras的过程中出现了下边的问题:Failed building wheel for scipy,Failed cleaning build dir for scipypip在windows下不
千家信息网最后更新 2025年01月23日安装Keras的问题:Failed building wheel for scipy

安装Keras的过程中出现了下边的问题:

Failed building wheel for scipy,

Failed cleaning build dir for scipy

pip在windows下不工作。


处理办法:

手工下载Scipy: http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy

手工安装,pip install scipyname

安装成功提示后,在继续安装Keras, pip install keras。

0