I am trying to install python-igraph. After running sudo pip install python-igraph I got the following log:
Downloading/unpacking python-igraph Downloading python-igraph-0.7.1-1.tar.gz (375kB): 375kB downloaded Running setup.py egg_info for package python-igraph Installing collected packages: python-igraph Running setup.py install for python-igraph Cannot find the C core of igraph on this system using pkg-config. We will now try to download and compile the C core from scratch. Version number of the C core: 0.7.1-1 Version 0.7.1-1 of the C core of igraph is not found among the nightly builds. Use the
And I have a similar situation if I do this with sudo python setup.py install .
Obviously, the problem is with the C core.
How to install the correct version so that I can install igraph?
I am using Linux Mint 16 64-bit, python 2.7.
source share