-
Notifications
You must be signed in to change notification settings - Fork 9
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
Issue with distance_to_anomaly_gdal
and gdal_array
#444
Comments
There are issues associated with GDAL >= 3.9, Python >= 3.9 and NumPy 2.0. It is recommended to use 'GDAL 3.6.2, released 2023/01/02' with python 3.9.18. Also,
For Conda users: -
If the problem still persits then try using the following command
|
In addition to this if the issue still persists then: - I would like to know if the issue raised is as below: -
If yes then the issue is because the pip/conda is reusing a cached GDAL installation. For Conda users For pip users |
Hi @okolekar , sorry I haven't had time to think about this for a while. I don't have Windows myself so it's difficult for me to test if these methods work. However, users should be able to install ideally everything simply with |
Hi @nmaarnio, |
I see that for EIS Toolkit we need to setup a Conda environment. So this issue should not surface in theory, because Conda takes care of all the requirements. |
Hi @okolekar , unfortunately right now |
The good news is that @msorvoja managed to optimize |
I will try to work with venv. And let you know as soon as I am done. |
Hi @nmaarnio , |
you need conda for gdal in windows, especially for the average user you are targeting |
Yes I tried a lot yesterday to find a way with pip but it seems it is not available even a wheel file or a precompiled file is not available. There was a precompiled file made available unofficially by Christoph Gohlke but it simply does not exist any more. |
Okay, this is unfortunate. We can still offer the optimized tool that uses The optimization of |
At least one Windows user has reported that
gdal_array
was not available for them, so they could not run the optimizeddistance_to_anomaly
tool. @okolekar , how did you set up your development environment / did you do anything specific to havegdal_array
available for you?Before we can be sure that Windows users are able to run
distance_to_anomaly_gdal
without issues, we can't make it the default/automatically selected version for EIS QGIS Plugins users that have Windows.The text was updated successfully, but these errors were encountered: