「ネットワーク分析」をするためのパッケージとして「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 ...