-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Description
I created a new virtual environment and tried to install the requirement via pip install -r requirements.txt
On ububtu 16.04 and python 2.7.12.
the error:
Collecting ipython>=2.0 (from -r requirements.txt (line 1))
Using cached ipython-5.5.0-py2-none-any.whl
Collecting matplotlib>=1.2.1 (from -r requirements.txt (line 2))
Downloading matplotlib-2.1.2-cp27-cp27mu-manylinux1_x86_64.whl (15.0MB)
100% |████████████████████████████████| 15.0MB 90kB/s
Collecting numpy>=1.7.1 (from -r requirements.txt (line 3))
Downloading numpy-1.14.0-cp27-cp27mu-manylinux1_x86_64.whl (16.9MB)
100% |████████████████████████████████| 16.9MB 81kB/s
Collecting pymc==2.3.4 (from -r requirements.txt (line 4))
Downloading pymc-2.3.4.tar.gz (13.1MB)
100% |████████████████████████████████| 13.1MB 95kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-build-d1jvAH/pymc/setup.py", line 8, in
from numpy.distutils.misc_util import Configuration
ImportError: No module named numpy.distutils.misc_util
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-d1jvAH/pymc/