[jira] [Updated] (ARROW-5868) [Python] Some manylinux* wheels may have shared library dependency on liblz4

2019-07-08 Thread Wes McKinney (JIRA)


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

Wes McKinney updated ARROW-5868:

Priority: Blocker  (was: Major)

> [Python] Some manylinux* wheels may 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
>Priority: Blocker
> Fix For: 0.14.1
>
>
> 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 
>  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 
>  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 
>  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 
>  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 
>  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.3#76005)


[jira] [Updated] (ARROW-5868) [Python] Some manylinux* wheels may have shared library dependency on liblz4

2019-07-08 Thread Wes McKinney (JIRA)


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

Wes McKinney updated ARROW-5868:

Summary: [Python] Some manylinux* wheels may have shared library dependency 
on liblz4  (was: [Python] AttributeError: module 'pyarrow' has no attribute 
'compat')

> [Python] Some manylinux* wheels may 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
>Priority: Major
> Fix For: 0.14.1
>
>
> 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 
>  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 
>  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 
>  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 
>  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 
>  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.3#76005)