windows 安装 keras

pip install keraspython

报错了,看报错信息是卡在scipy上了,查了一下ip

https://stackoverflow.com/questions/42240720/python-scipy-giving-error-with-pip-install-scipyci

到这个网址get

http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipyit

下载whl文件,而后cd到下载的目录,运行pip

pip install 你下载的版本.whlio

安装成功后,再安装keras也成功了。下载

相关文章
相关标签/搜索