amueller / scipy-2016-sklearn

Scikit-learn tutorial at SciPy2016
Creative Commons Zero v1.0 Universal
515 stars 516 forks source link

pyyaml and Pillow dependency #11

Closed tschaume closed 8 years ago

tschaume commented 8 years ago

FYI

  1. jupyter notebook fails while loading nbextensions with ImportError: No module named yaml. Fixed by pip-installing pyyaml.
  2. python fetch_data.py fails after downloading LFW data due to missing PIL library. Fixed by pip-installing Pillow (see https://github.com/Newmu/stylize/issues/1)
rasbt commented 8 years ago

Good call! Thanks for the note! I just updated the requirements and check_env code.