-
Notifications
You must be signed in to change notification settings - Fork 19
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
Travis failiing because requirements.txt is out of order? #41
Comments
The Travis stack trace says that scikit-learn can't find scipy during its install. It seems like issues like this with the Travis default python, pip, and scipy are known: https://gist.github.com/dan-blanchard/7045057 |
Thanks Mike! I've resorted to conda in other projects for other reasons, On Fri, Nov 4, 2016 at 2:06 PM, Mike Baumer notifications@github.com
|
I understand your "last resort" thinking--it does seem a bit silly to have to download and install an entire python distribution every time you run your tests--when (in theory) the travis system already has its own python in place. But from Travis' point of view, perhaps they see it as trading more computational overhead each time a test set runs for less human overhead in maintaining the diverse python configurations users demand. Just a thought to make us feel less bad about using it as a default strategy! |
:-) Travis is now happy, as of PR #44. |
Infuriatingly.
The text was updated successfully, but these errors were encountered: