-
Notifications
You must be signed in to change notification settings - Fork 36
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 recipe fails for windows 11 / WSL2 ubuntu 24.04 #91
Comments
Thank you for reporting! Can you try installing gdal without geospatial to see if the problem persists? |
hi, yes I was able to get it to work with something like the following:
|
Can you share the gdal versions that were installed with and without the geospatial package? |
|
What is the gdal version with Python 3.11 that you initially reported? |
ok i just double checked. with the command i pasted above using python=3.10:
with python 3.11 using the recipe:
|
So gdal 3.6.x is working and 3.9.3 is not working? |
it seems a factor of the recipe. If i install gdal directly with the conda environment creation, i'm seeing no issues. If it's not repeatable though, may be a "me" issue :) |
gdal is always a bit tricky to install. Certainly not your issue only. I ran into similar issues myself from time to time. Certain gdal version sometime may not work properly on some operating systems. Sometimes I have to pin a specific gdal version, sometimes I have to install gdal from the offical conda channel instead of the conda-forge channel. |
Environment Information
Description
I tried following the
conda+mamba
recipe to installgeospatial
, but for python > 3.9gdal
fails to install correctly. I was only able to achieve a successfulgdal
install with:What I Did
lastly, even with the successful
gdal
python install, the CLI is broken, as every tool (gdalinfo, gdalwarp, etc.) produce aSegmentation Fault
The text was updated successfully, but these errors were encountered: