安装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。