When I type this: pkg-config --cflags --libs igraph
the next thing appears:
Package igraph was not found in the pkg-config search path.
Perhaps you should add the directory containing `igraph.pc’
to the PKG_CONFIG_PATH environment variable
No package ‘igraph’ found
How to solve this? Please help. I’m new in Python.
If you want to use the Python interface of igraph, it is easiest to install a binary wheel. See python-igraph manual There is no need to build python-igraph yourself.