Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated test case (requirements) is failing #58

Closed
codingo opened this issue Oct 5, 2017 · 2 comments
Closed

Automated test case (requirements) is failing #58

codingo opened this issue Oct 5, 2017 · 2 comments

Comments

@codingo
Copy link
Owner

codingo commented Oct 5, 2017

#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

@arpitx165
Copy link
Contributor

@codingo I have fixed travis build issue.Can you check my pull request

@codingo
Copy link
Owner Author

codingo commented Oct 6, 2017

Looks good. Since there's another ticket to wire in the other tests I'll close this issue off.

@codingo codingo closed this as completed Oct 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants