jwm
jwm

Reputation: 5040

Python: cannot imoport keras, ImportError: No module named tensorflow

I just update keras package to 1.1.0 version. But it canot be properly imported. Error message:

import tensorflow as tf
ImportError: No module named tensorflow

It seems that the new version requires TensorFlow. I use anaconda in windows 10.

How to solve the problem?

Upvotes: 1

Views: 2650

Answers (1)

jwm
jwm

Reputation: 5040

It has been fixed by changing backend setup to 'theano'

Upvotes: 1

Related Questions