diff --git a/docs/source/issues.md b/docs/source/issues.md index fa9b2fec49e5a0b1a399a83380b9a440c378cddc..3ce4603d87b52c6076867dfc3619cb46cfab6d2b 100644 --- a/docs/source/issues.md +++ b/docs/source/issues.md @@ -58,6 +58,15 @@ This way, rtree and qgis will automatically share the same libspatialindex. If you have any idea on how to solve this issue properly, do participate in the [corresponding issue](https://github.com/umr-amap/iamap/issues/13). +## `libspatialindex` error with geopandas + +On a fresh install, geopandas might not find the correct `libspatialindex`, then as for the previous error, you can install the `libspatialindex` on your system via + +``` +sudo apt-get install python3-rtree +``` + + ## UMAP crashes