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

conda instructions on Windows incomplete #297

Open
m-mohr opened this issue May 17, 2022 · 2 comments
Open

conda instructions on Windows incomplete #297

m-mohr opened this issue May 17, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@m-mohr
Copy link

m-mohr commented May 17, 2022

Describe the bug
I can't run the conda instructions without issues.

To reproduce
In the conda instructions the step pip install -e . fails.
It requests to set some GDAL related environment variables, e.g. GDAL_VERSION. So I've set $env:GDAL_VERSION='3.4.1'
Next issue occured is that rasterio reports another error: "cpl_conv.h": No such file or directory
This seems to be related to GDAL, Stack Overflow indicates that it seems libgdal-dev is required to be installed.
So I'm stuck here now.

Expected behavior
It should just run or the required steps on Windows should be clarified.

@m-mohr m-mohr added the bug Something isn't working label May 17, 2022
@gadomski
Copy link
Member

That's strange ... after you activate your conda environment, do you have (e.g.) gdal-config available at the command line? E.g.

conda activate stactools
gdal-config --version

@m-mohr
Copy link
Author

m-mohr commented May 17, 2022

No, it is not available.

I have gdalinfo, but it could be that this is coming from the global GDAL...

@gadomski gadomski added this to the 0.5.0 milestone Jun 20, 2023
@gadomski gadomski removed this from the 0.5.0 milestone Aug 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants