Tech | Install igraph on Apple Silicon (with cario not found fixed)
To resolve the "no library called 'cairo-2' was found" error on Apple Silicon when using igraph, install Cairo with brew install cairo and then install pycairo using pip3 install --force-reinstall --no-cache-dir pycairo.