Closed chadlagore closed 6 years ago
On my machine (ubuntu), this tries to install keras with a Theano backend.
Running the following fixed it: export KERAS_BACKEND=tensorflow pip install tensorflow.
export KERAS_BACKEND=tensorflow
pip install tensorflow
:construction_worker: Changes