Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No module named igraph - Error

I am using anaconda on mac-osx and have installed python-igraph. Currently not being able to import igraph.

Below is the error shown:

Python 2.7.12 |Anaconda 4.1.1 (x86_64)|

import igraph ---- ImportError: No module named igraph

It is present in this path - /Users/pc_name/anaconda/lib/python2.7/site-packages and I find only python_igraph-0.7.1.post6-py2.7.egg-info file.

I tried many things possible which are available on the other questions here at stack overflow. How can I solve this problem?

like image 694
xlax Avatar asked Nov 03 '16 07:11

xlax


1 Answers

You haven't mentioned how you installed python-igraph so it's hard to say anything. But I'm pretty sure that this package works nicely.

like image 194
Tamás Avatar answered Sep 28 '22 06:09

Tamás