Skip to content

Instantly share code, notes, and snippets.

@jtryan
Created February 17, 2020 15:46
Show Gist options
  • Save jtryan/dcb014aace754df51d9d4a79fe631b00 to your computer and use it in GitHub Desktop.
Save jtryan/dcb014aace754df51d9d4a79fe631b00 to your computer and use it in GitHub Desktop.
Install zipline on ubuntu
  1. Install needed libraries
sudo apt-get install libatlas-base-dev python-dev gfortran pkg-config libfreetype6-dev cython
pt-get install libhdf5-serial-dev
  1. Create python virtual_env
  2. chenage to virtaul env
  3. Install table -- crashes during zipline install
export HDF5_DIR=/usr/lib/x86_64-linux-gnu/hdf5/serial/ 
pip install tables
pip install zipline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment