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

Fix failing Travis CI build on master #7

Closed
fsaad opened this issue Nov 10, 2017 · 2 comments
Closed

Fix failing Travis CI build on master #7

fsaad opened this issue Nov 10, 2017 · 2 comments

Comments

@fsaad
Copy link

fsaad commented Nov 10, 2017

The latest build fails when installing pandas from pip: https://travis-ci.org/posterior/loom/builds/248153664

Cython.Compiler.Errors.InternalError: Internal compiler error: 'skiplist.pyx' not found

This can probably be remedied by installing of scipy/numpy/pandas etc from the standard Ubuntu apt repository. From a scan through the source, I do not think that anything in Loom requires pandas==0.14 specifically.

@fsaad
Copy link
Author

fsaad commented Nov 10, 2017

Apparently --download-cache flag has been removed:
https://pip.pypa.io/en/stable/reference/pip_install/#caching

This problematic lines appears in:

- pip install -r requirements.txt --download-cache $HOME/.pip-cache

@fsaad
Copy link
Author

fsaad commented Nov 13, 2017

#8

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

No branches or pull requests

1 participant