「ネットワーク分析」をするためのパッケージとして「igraph」というものもある。 これにより「pip install igraph」でもigraphをインストールできるようになった。 (b) PyPI上は「igraph」に統一 PyPI上にも追記されたが、パッケージ名は「igraph」に統一される。
You might often see articles about using it in combination with the R language, but it is not exclusively for the R language. "igraph" itself is built in C/C++ based languages, and it is designed to ...
Could I ask you to upload the python-igraph manylinux wheel to PyPI? If we can pip install python-igraph without building from source code, we can use it on Azure Notebooks. I created a sample project ...
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 ...