You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import Error: ImportError: The pyarrow installation is not built with support for 'flight' (libarrow_flight.so.1801: cannot open shared object file: No such file or directory)
#809
Open
JPereira98 opened this issue
Jan 7, 2025
· 1 comment
ImportError: The pyarrow installation is not built with support for 'flight' (libarrow_flight.so.1801: cannot open shared object file: No such file or directory).
This is rather recent because I didn't have this problem before.
My pyarrow version is 18.1 and my graphdatascience version is 1.13.
Do I need to downgrade some version anywhere?
The text was updated successfully, but these errors were encountered:
Hej there! Thanks for reaching out.
We have so far not encountered this problem and we do test the GDS Client against pyarrow 18.1.
We suspect that there might be an issue with the pyarrow package that you downloaded.
Please try to clean the package and resinstall it.
If you are using pip you can try running pip install --upgrade --force-reinstall pyarrow in the correct environment.
You can also manually find the package location using pip show pyarrow.
I am having the following importing error:
ImportError: The pyarrow installation is not built with support for 'flight' (libarrow_flight.so.1801: cannot open shared object file: No such file or directory).
This is rather recent because I didn't have this problem before.
My pyarrow version is 18.1 and my graphdatascience version is 1.13.
Do I need to downgrade some version anywhere?
The text was updated successfully, but these errors were encountered: