Back
Try to follow this method on the off chance that you have anaconda and the python version 3.6
First Create another conda environment
conda create -n keras python=3.5
Then activate it:
source activate keras
Install keras
conda install keras
Now, check if it's works
$ python >>>import keras
$ python
>>>import keras
You'vl also get the accompanying message, if sucessful
Using TensorFlow backend
Looking for a good python tutorial course? Join the python certification course and get certified.
For more details, do check out the below video tutorial...
31k questions
32.8k answers
501 comments
693 users