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/08/01 22:35:00 UTC

[jira] [Updated] (ARROW-5868) [Python] manylinux2010 wheels have shared library dependency on liblz4

     [ https://issues.apache.org/jira/browse/ARROW-5868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney updated ARROW-5868:
--------------------------------
    Fix Version/s:     (was: 1.0.0)
                   0.15.0

> [Python] manylinux2010 wheels have shared library dependency on liblz4
> ----------------------------------------------------------------------
>
>                 Key: ARROW-5868
>                 URL: https://issues.apache.org/jira/browse/ARROW-5868
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.14.0
>            Reporter: Haowei Yu
>            Assignee: Wes McKinney
>            Priority: Blocker
>              Labels: pull-request-available
>             Fix For: 0.14.1, 0.15.0
>
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> I am using pyarrow in my project. It works well for version 0.13.0
> However, it seems recently there is a release for 0.14.0. After upgrading to the latest, I got this error.
> AttributeError: module 'pyarrow' has no attribute 'compat'
> Stacktrace:
>  2019-07-06 09:08:21 Traceback (most recent call last):
>  2019-07-06 09:08:21 File "/home/jenkins/workspace/CLIENTS_PERF/Tests/ClientsPerf/PythonConnectorPerf/src/PerfTestRunner.py", line 12, in <module>
>  2019-07-06 09:08:21 import snowflake.connector
>  2019-07-06 09:08:21 File "/home/jenkins/workspace/CLIENTS_PERF/Tests/ClientsPerf/PythonConnectorPerf/pythonconnector-perf/lib/python3.5/site-packages/snowflake/connector/__init__.py", line 21, in <module>
>  2019-07-06 09:08:21 from .connection import SnowflakeConnection
>  2019-07-06 09:08:21 File "/home/jenkins/workspace/CLIENTS_PERF/Tests/ClientsPerf/PythonConnectorPerf/pythonconnector-perf/lib/python3.5/site-packages/snowflake/connector/connection.py", line 42, in <module>
>  2019-07-06 09:08:21 from .cursor import SnowflakeCursor, LOG_MAX_QUERY_LENGTH
>  2019-07-06 09:08:21 File "/home/jenkins/workspace/CLIENTS_PERF/Tests/ClientsPerf/PythonConnectorPerf/pythonconnector-perf/lib/python3.5/site-packages/snowflake/connector/cursor.py", line 35, in <module>
>  2019-07-06 09:08:21 from pyarrow.ipc import open_stream
>  2019-07-06 09:08:21 File "/home/jenkins/workspace/CLIENTS_PERF/Tests/ClientsPerf/PythonConnectorPerf/pythonconnector-perf/lib/python3.5/site-packages/pyarrow/__init__.py", line 47, in <module>
>  2019-07-06 09:08:21 import pyarrow.compat as compat
> I can provide more detail if requested.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)