简体   繁体   English

使用python 3.7.3安装keras时遇到问题

[英]Trouble installing keras with python 3.7.3

I am brand new to programming and python. 我是编程和python的新手。 I am having trouble installing keras for python 3.7.3. 我在为python 3.7.3安装keras时遇到问题。 When I try to install keras it just return some very long error which I am not able to debug. 当我尝试安装keras时,它只会返回一些我无法调试的非常长的错误。 I had a look on the keras webpage and it seems it has been released only for python 3.6 or lower? 我在keras网页上看了一下,似乎它仅针对python 3.6或更低版本发布了? Can anyone help me with this? 谁能帮我这个? I am trying to run: 我正在尝试运行:

import keras as ks

As of now (May 2019), Keras is NOT compatible with Python 3.7. 截至目前(2019年5月),Keras与Python 3.7不兼容。 Therefore, you must downgrade your python version to 3.6. 因此,您必须将python版本降级为3.6。

You can update when Keras support Python 3.7 on the following websites: 您可以在以下网站上更新Keras支持Python 3.7的时间:

  1. Official Keras documentation Keras官方文档

  2. Keras Github issue for Python 3.7 support Keras Github对Python 3.7的支持

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM