-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[HOTFIX] Disable SSL verification to install pyarrow with conda #18439
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
Conversation
|
retest this please |
1 similar comment
|
retest this please |
|
Test build #78715 has finished for PR 18439 at commit
|
|
cc @holdenk and @shaneknapp, what do you think about this change? I at least see |
|
If @shaneknapp has the bandwidth to update conda (or is ok with me updating conda) I would feel more comfortable doing that than turning of SSL verification. |
|
I'm also in favour of backing out the original PR until we can resolve the issue, but I'll defer to @JoshRosen on this. |
|
Test build #78714 has finished for PR 18439 at commit
|
|
i've installed pyarrow 0.4.0 on the workers in the py3k conda environment, and would not like to disable SSL. i do not approve of this PR, sorry. |
|
Test build #78712 has finished for PR 18439 at commit
|
|
So, is this resolved now without this chsnge? |
|
Ok nvm. I assume we don't want to fix it in this way and going to unblock other PRs soon. I am closing this. |
|
thanks for closing this... @holdenk and/or @BryanCutler will be updating
the tests and removing the call to install pyarrow from run-pip-tests some
time this afternoon.
…On Tue, Jun 27, 2017 at 12:26 PM, Hyukjin Kwon ***@***.***> wrote:
Closed #18439 <#18439>.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18439 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABiDrOubDWKgwcrnn9etwTVqvkE3avk6ks5sIVd7gaJpZM4OG3Wn>
.
|
What changes were proposed in this pull request?
I tried to test with lower versions of conda (3.6.0 on Ubuntu 14.04). I could reproduce a similar error with this.
This PR proposes to disable SSL verification with conda to unblock other PRs.
How was this patch tested?
Manually tested via shell.