简体   繁体   中英

Trouble installing keras with python 3.7.3

I am brand new to programming and python. I am having trouble installing keras for python 3.7.3. When I try to install keras it just return some very long error which I am not able to debug. I had a look on the keras webpage and it seems it has been released only for python 3.6 or lower? 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. Therefore, you must downgrade your python version to 3.6.

You can update when Keras support Python 3.7 on the following websites:

  1. Official Keras documentation

  2. Keras Github issue for Python 3.7 support

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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