Install Tensorflow and Kerea Install anaconda Create an environment conda create -n myenv python=3.6.4 Activate the environment Install tensorflow conda install tensorflow Install Keras conda install keras