Closed iglesiasignacio closed 1 year ago
Hi,
Fortunately, the issue is straightforward to address.
It seems you don't have the leidenalg
package installed (it's among the optional dependencies since it relies on C code): install it (pip install leidenalg) and everything will work fine.
I updated the import check in crisp_partition.py
: the fix will be integrated into the next release of the library.
Describe the bug Some community detection algorithms (e.g. surprise_communities) fail when calling crisp_partition.py even running the examples in the docs
To Reproduce I'm running this in Google Colab
Full traceback