Moss on import of geopandas
OSError: could not find or load spatialindex_c-64.dll
https://github.com/conda-forge/geopandas-feedstock/issues/78 According to this, is the channel dangerous to mix? It seems that ...
In my environment Python is the default channel, It seems that the reason why geopandas was installed was `` `conda-forge```.
conda install python -c conda-forge
This is the solution! I wonder if there is a reverse pattern ...
Recommended Posts