|
From: | Paul Fishback |
Subject: | [igraph] installing leidenalg package |
Date: | Sun, 15 Sep 2019 10:39:11 -0400 |
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
leidenalg error message.rtf
Description: Text Data
[Prev in Thread] | Current Thread | [Next in Thread] |