Answer the question
In order to leave comments, you need to log in
Why aren't packages being installed in Python?
Dependencies are written in the requirements.txt file
numpy
scipy
matplotlib
pandas
scikit-learn
pylab
notebook
Collecting numpy (from -r requirements.txt (line 1))
Using cached numpy-1.10.4.tar.gz
...
Collecting scikit-image (from pylab->-r requirements.txt (line 6))
Using cached scikit-image-0.11.3.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/tmp/pip-build-146zneay/scikit-image/setup.py", line 76, in <module>
from numpy.distutils.core import setup
ImportError: No module named 'numpy'
pip install numpy
pip install scipy
pip install matplotlib
pip install pandas
pip install scikit-learn
pip install pylab
pip install notebook
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question