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 required for pip install to succeed #58

Open
cjtu opened this issue Mar 26, 2024 · 0 comments
Open

GDAL required for pip install to succeed #58

cjtu opened this issue Mar 26, 2024 · 0 comments

Comments

@cjtu
Copy link

cjtu commented Mar 26, 2024

On Ubuntu 22.04 without a system-wide gdal installation, pip install planetarypy fails at gdal:

...
      gdal_config_error: [Errno 2] No such file or directory: 'gdal-config'
      
      Could not find gdal-config. Make sure you have installed the GDAL native library and development headers.
      [end of output]

Maybe add a link to how to get gdal in the installation instructions?

Alternatively, pip installing planetarypy into a conda env after conda install -c conda-forge gdal also works.

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