I want to install keras module (github-link). I tried pip install keras
.It installed 1.2.1. It does not have Graph module as per this. Sadly the documentation is also is not updated. So I tried a previous version 1.1.2.and as per the answer by Chang Liu given here ran sudo python setup.py install
but now I am getting following error
ImportError: No module named numpy.distutils.core'
I have already installed anaconda and during its installation it correctly installed numpy as well.Another thing that I tried was import keras.layer.container
as according to documentation there is class Graph() present in container.Please let me know what should I do?