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

[jira] [Created] (ARROW-5868) [Python] AttributeError: module 'pyarrow' has no attribute 'compat'

Haowei Yu created ARROW-5868:
--------------------------------

             Summary: [Python] AttributeError: module 'pyarrow' has no attribute 'compat'
                 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


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.3#76005)