安装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。
安装Keras的问题:Failed building wheel for scipy
原文:http://34526667.blog.51cto.com/5964064/1931729