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

Handling GDAL version #4

Open
THEvang opened this issue Jun 17, 2024 · 0 comments
Open

Handling GDAL version #4

THEvang opened this issue Jun 17, 2024 · 0 comments

Comments

@THEvang
Copy link

THEvang commented Jun 17, 2024

The version of gdal installed by the system package manager, for instance apt, is not always compatible with the gdal Python bindings installed by pip. Currently, pip install the latest version of the gdal bindings which at the time of writing is 3.9.0 and the system version is 3.4.1 on Ubuntu 22.04.

One solution is to lock the version of gdal in setup.cfg and refer the user to building the correct version of gdal from source or downloading pre-built binaries if they exist:

https://gdal.org/development/building_from_source.html

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

1 participant