Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError: /home/vishal/anaconda2/lib/python2.7/site-packages/_icu.so: undefined symbol: __cxa_throw_bad_array_new_length #54

Open
vishal-k9 opened this issue Apr 4, 2018 · 0 comments

Comments

@vishal-k9
Copy link

vishal-k9 commented Apr 4, 2018

python sts.py Traceback (most recent call last): File "sts.py", line 13, in <module> from polyglot.downloader import downloader File "/home/vishal/anaconda2/lib/python2.7/site-packages/polyglot/downloader.py", line 91, in <module> from polyglot.detect.langids import isoLangs File "/home/vishal/anaconda2/lib/python2.7/site-packages/polyglot/detect/__init__.py", line 1, in <module> from .base import Detector, Language File "/home/vishal/anaconda2/lib/python2.7/site-packages/polyglot/detect/base.py", line 11, in <module> from icu import Locale File "/home/vishal/anaconda2/lib/python2.7/site-packages/icu/__init__.py", line 37, in <module> from _icu import * ImportError: /home/vishal/anaconda2/lib/python2.7/site-packages/_icu.so: undefined symbol: __cxa_throw_bad_array_new_length

I am getting this error while running sts.py, please help...
Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant