I have tried to install Igraph for python but of no avail I followed the procedure given on http://igraph.org/python/doc/tutorial/install.html
I even tried Pycairo procedure given at the end of the site
But igraph is not working either on Enthought Canopy or Anaconda
Please help
The simplest way to install the igraph R package is typing install. packages("igraph") in your R session. If you want to download the package manually, the following link leads you to the page of the latest release on CRAN where you can pick the appropriate source or binary distribution yourself.
Try using a precompiled binary here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-igraph
Choose the proper version, use pip and type:
python -m pip install path/to/igraph.whl
Do not change the wheel name. Make sure you have pip, wheel and setuptools installed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With