Philipp Moritz created ARROW-5670:
-------------------------------------
Summary: [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
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)