-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: TravisCI failures #6566
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
Comments
the wheels are fine and the server is fine |
what version of pip and setuptools reproduced this? |
OK. Leave this issue open? Let me know if there's anything I can help with. Slightly unrelated but I got access to Mac Mini for mac CI that you mentioned. I'll have something soonish. I need to get a version of fortran installed for numpy. |
Version info:
python 2.7.6 |
yep I'll close when it's fixed hopefully soon sounds good on Mac stuff! |
http://pandas.pydata.org/pandas-build/dev/wheels/ cross-fingers |
It looks like Travis is failing to install the dependencies recently.
In
ci/install.sh
, we runwhere
PIP_ARGS
(I think) is something like-I --use-wheel --find-links=http://cache27diy-cpycloud.rhcloud.com/2.7/ --allow-external --allow-insecure
depending on which version.Which produces this error (sometimes):
I've reproduced this locally.
Can we verify that the wheels hosted at
cache27diy-cpycloud.rhcloud.com/2.7/
were built correctly? I'm guessingcpcloud
refers to @cpcloud?The text was updated successfully, but these errors were encountered: