Anaconda 3.5 (python 3.6) is installed, tensorflow is installed, but when trying to install Keras, the following error is displayed: pip install keras

TF works without problems. Other required libraries such as numpy are worth it. What is the problem and what are the possible solutions?

  • How do you hapuska installation? conda install keras ? Try using sudo. - hedgehogues
  • No, pip install keras. The terminal is running at the space of Anaconda. And she doesn't understand the sudo command. Here through just through pip - CredoPugno

1 answer 1

The problem is solved by installing in an alternative way from github:

git clone https://github.com/fchollet/keras.git

 cd keras sudo python setup.py install 

Read more at off.site: https://keras.io/#installation