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

GDAL not available with rasterframes #606

Open
arind123 opened this issue May 8, 2023 · 1 comment
Open

GDAL not available with rasterframes #606

arind123 opened this issue May 8, 2023 · 1 comment
Labels
question Further information is requested

Comments

@arind123
Copy link

arind123 commented May 8, 2023

I have a installation of GDAL. "from osgeo import gdal" works perfectly but when I try to run
from pyrasterframes.utils import gdal_version
print(gdal_version())
I get "not available" as output.
I am running this in Databricks. Is there any working solution to this issue.

@pomadchin
Copy link
Member

Hey @arind123, this is a dup issue in some sense, see #605

You'd need to set a proper LD_LIBRARY_PATH as well as the correct GDAL version installed (at least to have a properly symlinked .so)

@pomadchin pomadchin added the question Further information is requested label May 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants