Skip to content

Instantly share code, notes, and snippets.

@jackmaney
Last active January 1, 2016 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackmaney/8201138 to your computer and use it in GitHub Desktop.
Save jackmaney/8201138 to your computer and use it in GitHub Desktop.
Getting IPython and Pandas & Friends to Work Nicely on Windows

For the love of the gods, don't bother with pip on windows. Instead use this site, with freely-available Windows binaries for Python packages:

http://www.lfd.uci.edu/~gohlke/pythonlibs/

Installation order:

  • Python 2.7.6 (obviously first)
  • Zeromq
  • numpy-MKL
  • dateutil
  • pytz
  • numexpr
  • bottleneck
  • scipy
  • matplotlib
  • pytables
  • patsy
  • pandas
  • statsmodels
  • pyzmq
  • tornado
  • pyreadline
  • pygments
  • markupsafe
  • jinja2
  • pycairo
  • pyparsing
  • six
  • pillow
  • pyside
  • ipython
  • And don't forget setuptools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment