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

Eric Henry updated ARROW-14978:
-------------------------------
    Description: 
*Description:*

Unable to import flight module in pyarrow since version 6.0.0.  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)

  was:
*Description:*

Unable to import flight module in pyarrow since version 6.0.0. This has been 
preventing me from upgrading my version of pyarrow. Will this no longer be 
included in the wheel? If so, is there a Jira ticket or announcement so I can 
get more information? 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)


> 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
>    Affects Versions: 6.0.0, 6.0.1
>            Reporter: Eric Henry
>            Priority: Major
>
> *Description:*
> Unable to import flight module in pyarrow since version 6.0.0.  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)

Reply via email to