Closed rgoudie closed 1 year ago
It might be a TensorFlow installation problem.
Would you please try import keras from tensorflow
in your Python commandline?
It it gives the same error, then it is the TF install problem.
So sorry for the late reply. I never received a notification and completely forgot about the issue.
I will close the issue at this time.
Bug Description
After installing AutoKeras and depencies according to instructions, trying to import autokeras throws the exception:
cannot import name 'keras' from 'tensorflow' (unknown location)
Bug Reproduction
from autokeras import StructuredDataClassifier
Expected Behavior
Import succeeds without error.
Setup Details
Include the details about the versions of:
Additional context
The exception is thrown in many instances.
Example: This tutorial website: