How to install python-igraph?

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.

1

I think it's better you to build it from source like in the Debian Lenny section, present in igraph wiki.

Follow this link:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like