igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] installing leidenalg package


From: Paul Fishback
Subject: [igraph] installing leidenalg package
Date: Sun, 15 Sep 2019 10:39:11 -0400

Hello,

leidenalg is a package for community detection, which which implements an improved version of the classical Louvain method. ("From Louvain to Leiden: guaranteeing well-connected communities," Nature.com/scientificreports.com, March 2019. )

The package requires that igraph be installed, which I believe I have done correctly using the directions given at https://igraph.org/python/#pydoc1.

First I did it via pip install python-igraph


but I was also successful using


brew install igraph


To test it, I did the following:


import igraph as ig

G=ig.Graph.Erdos_Reny(100,.1)



This worked. However, despite repeated attempts, I was unable to install leidenalg. 


I've attached a text file showing the output I received. Is there any chance you can spot the source of my error and what I can do to fix it?


I'm using MAC OSX 10.14.6 Mojave and Python 3.7. 


Thanks


Paul Fishback





Attachment: leidenalg error message.rtf
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]