I just looked at a default install of Python 3.6 on Windows 64 and it doesn't 
appear to include zlib. I tried doing `ctypes.CDLL('z.dll')` and 
`CDLL('libz.dll')` and neither work. So either we need to bundle the shared 
library in wheels or statically link

[ Full content available at: https://github.com/apache/arrow/pull/2483 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to