-
Notifications
You must be signed in to change notification settings - Fork 68
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
no reason anymore to force pip at low version #1480
Conversation
we used to do that because of firewall forcing us to pass certificates to pip but now we send sources to pip so the problem does not exist any longer
@aashish24 @sankhesh should be an easy one to approve |
Hmm.. These changes reproduce #1192. |
wow! changing pip version triggers this! This is weird... |
i guess the good news is we can close the other issue once we figured this out... 😭 |
@sankhesh what linux type is garant? |
Ubuntu 14.04 |
ok let me try again on my 15.04. and if it still passes i will try on a VM. Can you try on your end as well? Thanks. |
🆗 |
@sankhesh I'm looking at some of my pip log we might want to try to set: zip_safe |
my ubunutu 15.04 works like a charm (twice now) so is my mac... so is the travis linux... hum... |
the weird thing is that neither cython nor scipy seem to use pip... |
What do you mean by Could you please push a patch with that? I can try it out on my Ubuntu 14.04. |
|
I just triggered a rebuild on garant and the build succeeded this time. Looks like we have a nondeterministic failure. |
Here is the error from the first build on garant: https://open.cdash.org/viewBuildError.php?buildid=3939230
|
Could it be a race condition on the dependency resolution? Does scipy depend on cython in the CMake files? |
Another possibility is that cython requires something that is missing at the time it is installed. This could make cython use the wrong compile/link flags. |
I've triggered a build on my Ubuntu 14.04 machine as well to see if I can reproduce the issue. |
@sankhesh seems like cython didn't build or scipy failed to find it. Can you check if Cython was built when SCIPY reported missing it? |
The build was fine on my Ubuntu machine.: https://open.cdash.org/buildSummary.php?buildid=3940600 |
Okay to merge then? |
no reason anymore to force pip at low version
thanks @sankhesh I'm still a bit worried about this random scipy error... It's hard to fix when we can't reproduce. It does seem like a race condition... |
we used to do that because of firewall forcing us to pass certificates to pip
but now we send sources to pip so the problem does not exist any longer