Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Python by (16.4k points)
I'm experiencing difficulty in installing Keras library for python 3.6, whenever I attempt to install Keras it's showing an error and when looked on the web Keras had been released for up to python 3.5 anybody has an answer for this?

1 Answer

0 votes
by (26.4k points)

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

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...

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Jan 5, 2021 in Python by laddulakshana (16.4k points)

Browse Categories

...