You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/06/20 19:55:00 UTC

[jira] [Commented] (ARROW-5670) [crossbow] mac os python 3.5 wheel failing

    [ https://issues.apache.org/jira/browse/ARROW-5670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16868885#comment-16868885 ] 

Wes McKinney commented on ARROW-5670:
-------------------------------------

Fixing the wheels is definitely a part of https://issues.apache.org/jira/browse/ARROW-5656. I'm working on this right now

> [crossbow] mac os python 3.5 wheel failing
> ------------------------------------------
>
>                 Key: ARROW-5670
>                 URL: https://issues.apache.org/jira/browse/ARROW-5670
>             Project: Apache Arrow
>          Issue Type: Improvement
>            Reporter: Philipp Moritz
>            Priority: Major
>
> Currently the macOS python 3.5 is failing with
> {code:java}
> Downloading Apache Thrift from Traceback (most recent call last):
>   File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/urllib/request.py", line 1254, in do_open
>     h.request(req.get_method(), req.selector, req.data, headers)
>   File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/http/client.py", line 1107, in request
>     self._send_request(method, url, body, headers)
>   File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/http/client.py", line 1152, in _send_request
>     self.endheaders(body)
>   File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/http/client.py", line 1103, in endheaders
>     self._send_output(message_body)
>   File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/http/client.py", line 934, in _send_output
>     self.send(msg)
>   File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/http/client.py", line 877, in send
>     self.connect()
>   File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/http/client.py", line 1261, in connect
>     server_hostname=server_hostname)
>   File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 385, in wrap_socket
>     _context=self)
>   File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 760, in __init__
>     self.do_handshake()
>   File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 996, in do_handshake
>     self._sslobj.do_handshake()
>   File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 641, in do_handshake
>     self._sslobj.do_handshake()
> ssl.SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:719){code}
> I've been looking into this error and will try to push a fix (the openssl version that is used with python 3.5 on macos is too old I think).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)