Anaconda 3.5 (python 3.6) is installed, tensorflow is installed, but when trying to install Keras, the following error is displayed: 
TF works without problems. Other required libraries such as numpy are worth it. What is the problem and what are the possible solutions?
conda install keras? Try using sudo. - hedgehogues