[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [igraph] Error importing igraph in OSX 10.10.5
From: |
Tamas Nepusz |
Subject: |
Re: [igraph] Error importing igraph in OSX 10.10.5 |
Date: |
Tue, 13 Oct 2015 11:04:43 +0200 |
Hi Pablo,
This issue seems to be either specific to OS X 10.10.5 or to your
machine because it works just fine on my Mac with OS X 10.9. My best
guess is that this is an issue with your C compiler. Can you post the
output of "gcc -v" and "clang -v" here?
T.
T.
On Mon, Oct 12, 2015 at 11:03 PM, Pablo Moriano <address@hidden> wrote:
> 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.
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
- [igraph] Error importing igraph in OSX 10.10.5, Pablo Moriano, 2015/10/12
- Re: [igraph] Error importing igraph in OSX 10.10.5,
Tamas Nepusz <=
- Re: [igraph] Error importing igraph in OSX 10.10.5, Pablo Moriano, 2015/10/13
- Re: [igraph] Error importing igraph in OSX 10.10.5, Tamas Nepusz, 2015/10/15
- Re: [igraph] Error importing igraph in OSX 10.10.5, Pablo Moriano, 2015/10/15
- Re: [igraph] Error importing igraph in OSX 10.10.5, Tamas Nepusz, 2015/10/16
- Re: [igraph] Error importing igraph in OSX 10.10.5, Pablo Moriano, 2015/10/18
- Re: [igraph] Error importing igraph in OSX 10.10.5, Tamas Nepusz, 2015/10/21