OSError: could not find or load spatialindex_c-64.dll #171
-
This issue was originally asked and answered on StackOverflow: https://stackoverflow.com/questions/66372469/is-there-a-way-to-fix-this-import-error-for-geopandas |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Had that exact error recently. |
Beta Was this translation helpful? Give feedback.
-
Also here: geopandas/geopandas#1812 The solution is to set strict channel priorities to avoid the error: conda config --env --add channels conda-forge As this is a proper solution, I will also add it to the documentation of GemGIS! |
Beta Was this translation helpful? Give feedback.
Also here: geopandas/geopandas#1812
The solution is to set strict channel priorities to avoid the error:
conda config --env --add channels conda-forge
conda config --env --set channel_priority strict
As this is a proper solution, I will also add it to the documentation of GemGIS!