jakevdp / PythonDataScienceHandbook

Python Data Science Handbook: full text in Jupyter Notebooks
http://jakevdp.github.io/PythonDataScienceHandbook
MIT License
43.29k stars 17.95k forks source link

Binder: problem installing scikit-image #128

Open pwrose opened 6 years ago

pwrose commented 6 years ago

Collecting scikit-image==0.12.3 (from -r requirements.txt (line 5)) Downloading scikit-image-0.12.3.tar.gz (20.7MB) Complete output from command python setup.py egg_info: To install scikit-image from source, you will need numpy. Install numpy with pip: pip install numpy Or use your operating system package manager. For more details, see http://scikit-image.org/docs/stable/install.html

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-1oy6scss/scikit-image/ Removing intermediate container 8f068728789c The command '/bin/sh -c pip3 install --no-cache-dir -r "requirements.txt"' returned a non-zero code: 1

appleby commented 6 years ago

Looks like a dupe of #108. See also the discussion in #117.