You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
easy_install python-igraph works only when the C core library has already been compiled and installed. Most users do not bother to read the documentation and do not realize that the C core has to be compiled beforehand.
The setup script should do at least the following before trying to build igraph:
Check whether the library and the include files are already there.
If they are not, the user should be asked whether he wants to download and compile it or whether he wants to specify an alternate location where these files are to be found.
From @gaborcsardi on May 4, 2013 18:42
easy_install python-igraph works only when the C core library has already been compiled and installed. Most users do not bother to read the documentation and do not realize that the C core has to be compiled beforehand.
The setup script should do at least the following before trying to build igraph:
Imported from Launchpad using lp2gh.
Copied from original issue: igraph/igraph#83
The text was updated successfully, but these errors were encountered: