Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@JPereira98
Copy link

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?

@DarthMax
Copy link
Contributor

DarthMax commented Jan 8, 2025

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.

Best, Max

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants