igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] Error importing igraph in OSX 10.10.5


From: Pablo Moriano
Subject: [igraph] Error importing igraph in OSX 10.10.5
Date: Mon, 12 Oct 2015 17:03:36 -0400

Hi,

I installed igraph on a mac OS X10.10.5 under Anaconda Python using pip install igraph-python. It seems to be installed correctly. It does not complain. However, when I tried to import the library, I am getting

>>> import igraph
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/user/anaconda/lib/python2.7/site-packages/igraph/__init__.py", line 34, in <module>
    from igraph._igraph import *
ImportError: dlopen(/Users/user/anaconda/lib/python2.7/site-packages/igraph/_igraph.so, 2): Symbol not found: ___emutls_get_address
  Referenced from: /Users/user/anaconda/lib/python2.7/site-packages/igraph/_igraph.so
  Expected in: dynamic lookup

Does anyone knows how to fix it? Thanks in advance. 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]