I am following these instructions to install python-igraph. Adding PPA words and update works. But the install complains of the following:
Couldn't find any package whose name or description matched "python-igraph"
2 Answers
The problem is, there is no python-igraph package for 12.04. Because of that, you get the error when you try to install it in 12.04. You can check the PPA for yourself.
It does have a package for 11.10 though. If you are desperate, you can download the deb package meant for 11.10 and install it manually. Hopefully, you can install it without much dependency problem.
1I think it's better you to build it from source like in the Debian Lenny section, present in igraph wiki.
Follow this link: