Skip to content

Instantly share code, notes, and snippets.

@lightscalar
Last active August 31, 2015 14:30
Show Gist options
  • Save lightscalar/6ea168a190244d8d3369 to your computer and use it in GitHub Desktop.
Save lightscalar/6ea168a190244d8d3369 to your computer and use it in GitHub Desktop.
Installing Keras, etc., on Ubuntu

Assuming numpy, scipy, & Theano are already installed. Make sure you install:

sudo apt-get install libhdf5-dev/

So that the headers can be discovered. Then we install h5py:

sudo pip install h5py

Then we should be abe to install keras without issue:

sudo pip install keras
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment