Eric Henry created ARROW-14978:
----------------------------------

             Summary: 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.1, 6.0.0
            Reporter: Eric Henry


*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?

 

*Error:*

>>>import pyarrow.flight
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File 
"/Users/erichenry/PycharmProjects/flying-pandas/venv/lib/python3.8/site-packages/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

 



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

Reply via email to