You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Jacob Wujciak-Jens (Jira)" <ji...@apache.org> on 2022/04/08 12:34:00 UTC

[jira] [Updated] (ARROW-14978) [Python] Import Error for pyarrow.flight in pyarrow 6.0.0 and 6.0.1

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

Jacob Wujciak-Jens updated ARROW-14978:
---------------------------------------
    Summary: [Python] Import Error for pyarrow.flight in pyarrow 6.0.0 and 6.0.1  (was: Import Error for pyarrow.flight in pyarrow 6.0.0 and 6.0.1)

> [Python] Import Error for pyarrow.flight in pyarrow 6.0.0 and 6.0.1
> -------------------------------------------------------------------
>
>                 Key: ARROW-14978
>                 URL: https://issues.apache.org/jira/browse/ARROW-14978
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 6.0.0, 6.0.1
>            Reporter: Eric Henry
>            Priority: Major
>
> *Description:*
> Unable to import flight module in pyarrow in version 6.0.0 and 6.0.1.  Is there a different package I can install that provides the module? Or is this potentially an issue with me using apple silicon?
>  
> *Error:*
> >>>import pyarrow.flight
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
>   File "/path/to/repo/pyarrow/flight.py", line 18, in <module>
>     from pyarrow._flight import (  # noqa:F401
> ModuleNotFoundError: No module named 'pyarrow._flight'
>  
> *How to replicate*
> pip3.8 install pyarrow==6.0.1
> python3.8 -c 'import pyarrow.flight'
>  
> *Python version:*
> Python version: 3.8
>  
> *Environment*
> MacBook Pro (Apple Silicon)



--
This message was sent by Atlassian Jira
(v8.20.1#820001)