Symbol not found: ___emutls_get_address
Closed this issue · 1 comments
Hi,
Recently when I trying to import libstempo, I got this error:
Traceback (most recent call last):
File "", line 1, in
File "/Users/jingluo/anaconda2/lib/python2.7/site-packages/libstempo-2.3.3-py2.7-macosx-10.7-x86_64.egg/libstempo/init.py", line 8, in
from libstempo.libstempo import *
ImportError: dlopen(/Users/jingluo/anaconda2/lib/python2.7/site-packages/libstempo-2.3.3-py2.7-macosx-10.7-x86_64.egg/libstempo/libstempo.so, 2): Symbol not found: ___emutls_get_address
Referenced from: /usr/local/opt/gcc/lib/gcc/7/libstdc++.6.dylib
Expected in: /usr/lib/libSystem.B.dylib
in /usr/local/opt/gcc/lib/gcc/7/libstdc++.6.dylib
It looks different from issue #16. Is it still the same problem?
I'm going to close this issue for now.