「ネットワーク分析」をするためのパッケージとして「igraph」というものもある。 これにより「pip install igraph」でもigraphをインストールできるようになった。 (b) PyPI上は「igraph」に統一 PyPI上にも追記されたが、パッケージ名は「igraph」に統一される。
As far as I understand, setup.py of python-igraph first tries to search for igraph in the system via pkg-config. If not detected, then downloads and compiles it. If you want to fix setup.py: I guess ...
(And what i download from the link you gave to me is "python-igraph-0.7.1.post6", not "python-igraph-master", I am not sure if there is anything different between them, I run the command in the first ...