You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: