-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BLD: travis seems to have not installed dateutil on py3.3 #4132
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
@y-p this is the first build after the change to use cached builds...take a look? |
I saw this too on a recent build On Fri, Jul 5, 2013 at 9:33 AM, jreback [email protected] wrote:
|
it looks like a pip issue |
think pip stuff needs to be installed "serially". sometimes when i do things like |
I think it has to do with packages with compilation required (e.g., if you On Fri, Jul 5, 2013 at 4:32 PM, Phillip Cloud [email protected]:
|
The merge commit for the change is here : https://travis-ci.org/pydata/pandas/jobs/8749991 This looks like a standard travis/pypi glitch to me and a coincidence. I'll take a look though, |
dateutil is fixed...more issues tho with np versions. see #4142 |
What was the underlying problem you fixed? the line you changed has been there for months, I can repro the problem with 3.3 now, though. |
so u can repro it as of latest master, with the change i made? i don't know what the underlying problem is. could be pip, could be travis...i've run into this issue before on my own machines where installing multiple packages at once sporadically worked. looping over the deps, though, has never failed. fixing the underlying cause and not just putting a band-aid over the symptom is probably going to require delving into pip i'm happy to revert this change if you want |
I meant I could repro on hayd's commit. no need to revert if it works. I'm familiar with pip (and pypa) is going through a lot of changes right now, if this is a bug in pip I'd like to |
hm. i might remembering incorrectly about the sporadic part. i might be able to look at |
Just to note that this build failed, which is strange since the commit #4127 seems to only change one character in a docstring, I'm assuming it's a travis issue?
https://travis-ci.org/pydata/pandas/jobs/8765391
The text was updated successfully, but these errors were encountered: