vtraag / leidenalg

Implementation of the Leiden algorithm for various quality functions to be used with igraph in Python.
GNU General Public License v3.0
575 stars 77 forks source link

legacy-install-failure python 3.10 #103

Closed Polligator closed 2 years ago

Polligator commented 2 years ago

try to install leidenalg with python 3.10.4 using pip install leidenalg get a error: legacy-install-failure

could you please suggest a resolution? Thanks

vtraag commented 2 years ago

It's not directly clear to me what the problem is. I just released a new version 0.8.10, perhaps you could try to install it now? If you still encounter problems, please include also the detailed output from the installation, that should be helpful for debugging the problem.

Polligator commented 2 years ago

installed successfully, problem resolved. Thanks so much.