igraph is a library for creating and manipulating graphs. It is intended to be as powerful (ie. fast) as possible to enable the analysis of large graphs. This repository contains the source code to ...
pip install python-igraph should work as we provide precompiled Python wheels for most of the common platforms, including win-amd64-3.8 that you seem to use. It seems like pip does not try to use the ...