Skip to content
Snippets Groups Projects
Commit 2e441e76 authored by paul.tresson_ird.fr's avatar paul.tresson_ird.fr
Browse files

remind UMAP crash in the known issues

parent fc13674a
No related branches found
No related tags found
No related merge requests found
# Common issues # Common issues
<!-- ### UMAP crashes -->
<!-- Because of these issues, UMAP is disabled by default for now. -->
<!-- If you're using Windows, the use of UMAP may cause the plug-in to crash QGIS when using it. -->
<!-- If this issue happens we recommend to go in the reduction.py file of this plug in and comment the line : -->
<!-- ``` -->
<!-- import umap -->
<!-- ``` -->
<!-- Then save the change, reload the plug-in and try again. -->
## Similarity or Random Forest causes QGIS to crash ## Similarity or Random Forest causes QGIS to crash
This crash is due to a bug during `geopandas` reading of a shapefile, only when it has allready read a shapefile. It is probably linked to `fiona` as well. If you have any idea on how to solve this, please do participate in the [corresponding issue](https://github.com/umr-amap/iamap/issues/28). This crash is due to a bug during `geopandas` reading of a shapefile, only when it has allready read a shapefile. It is probably linked to `fiona` as well. If you have any idea on how to solve this, please do participate in the [corresponding issue](https://github.com/umr-amap/iamap/issues/28).
...@@ -70,3 +58,14 @@ This way, rtree and qgis will automatically share the same libspatialindex. ...@@ -70,3 +58,14 @@ 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). 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).
## UMAP crashes
If you're using Windows, the use of UMAP may cause the plug-in to crash QGIS when using it.
If this issue happens we recommend to go in the algo.py file of this plug in and comment the line :²
```
import umap
```
Then save the change, reload the plug-in and try again.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment