Reputation: 5040
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