Installing HDF5 & Pytables on Ubuntu

Jupyter Data
1 min readJul 28, 2015

--

Install HDF5

>> sudo apt-get install libhdf5-serial-dev

Into your virtualenv, install Cython using pip

>> pip install cython

Install Pytables

>> pip install tables

Or With python 2.7 on ubuntu, you might need to install pytables first

>> sudo apt-get install python-tables

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Jupyter Data
Jupyter Data

Written by Jupyter Data

Fastest way to Explore your Data

Responses (1)