Python Forum
Error when import Keras - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Error when import Keras (/thread-26342.html)



Error when import Keras - Azadfalah - Apr-28-2020

hello friends

i using pychram on windows 10 and install tensorflow , keras

but in line
from keras.models import Sequential

i have this Error

[Image: Untitled99.png]


How can I solve it?

Thanks


RE: Error when import Keras - buran - Apr-29-2020

Please, don't post images of code and error. Copy/paste in respective tags
Use proper tags when post code, traceback, output, etc.
See BBcode help for more info.

For the error:
https://github.com/tensorflow/tensorboard/issues/1566
https://github.com/tensorflow/tensorflow/issues/21719