You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#57 introduced automated test cases but one of these appears to be failing. Despite the correct Python version appearing to be used the numpy install is complaining about it:
$ python --version
Python 3.2.6
$ pip --version
pip 7.1.2 from /home/travis/virtualenv/python3.2.6/lib/python3.2/site-packages (python 3.2)
3.24s$ pip install -r ./requirements.txt
Collecting dnspython==1.15.0 (from -r ./requirements.txt (line 1))
Downloading dnspython-1.15.0-py2.py3-none-any.whl (177kB)
100% |████████████████████████████████| 180kB 1.8MB/s
Collecting fuzzywuzzy==0.15.1 (from -r ./requirements.txt (line 2))
Downloading fuzzywuzzy-0.15.1-py2.py3-none-any.whl
Collecting numpy==1.12.0 (from -r ./requirements.txt (line 3))
Downloading numpy-1.12.0.zip (4.8MB)
100% |████████████████████████████████| 4.8MB 101kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 20, in
File "/tmp/pip-build-qtb0e3/numpy/setup.py", line 34, in
raise RuntimeError("Python version 2.7 or >= 3.4 required.")
RuntimeError: Python version 2.7 or >= 3.4 required.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-qtb0e3/numpy
The text was updated successfully, but these errors were encountered:
#57 introduced automated test cases but one of these appears to be failing. Despite the correct Python version appearing to be used the numpy install is complaining about it:
The text was updated successfully, but these errors were encountered: