question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Downloading Language Models Fails with Undefined Symbol

See original GitHub issue

With a fresh install of spacey 1.6.0, python 2.7 64, running an ubuntu 16.04, usage of spacy throws this error:

ImportError: /home/dbreunig/anaconda2/lib/python2.7/site-packages/spacy/tokenizer.so: undefined symbol: _ZTINSt8ios_base7failureB5cxx11E

Thoughts on this? Reinstalled dependencies and same issue.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

15reactions
jmugancommented, Mar 29, 2017

I saw on the sense2vec issues page https://github.com/explosion/sense2vec/issues/19 to do conda install libgcc and it worked for me.

2reactions
jcharit1commented, May 20, 2017

@jmugan thank you jmugan, I got the same error and install libgcc fixed it. I’m using Ubuntu 16.04 + Python 3.6

Read more comments on GitHub >

github_iconTop Results From Across the Web

UNDEFINED SYMBOL: Collected causes & solutions
Technical Notes Database TN2488C.txt UNDEFINED SYMBOL: Collected causes ... for model) + C (S,T,C,M,L - for model) Undefined Symbol Linking ...
Read more >
What is an undefined reference/unresolved external symbol ...
I just came across another possible reason for the unresolved symbol compiler error. A function was originally defined as inline inside a header,...
Read more >
ubuntu 20.04 error undefined symbol: FT_Property_Set
In end I have to Download a precompiled binary (which is QT patched) from https://wkhtmltopdf.org/ as per your OS version.
Read more >
undefined symbol: __libm_feature_flag - Intel Communities
Dear colleagues, I'm compiling WRF model with icc and ifort from parallel_studio_xe_2016.1.056 on a AMD64 with Debian 8 (Jessie).
Read more >
Undefined Symbol Error When Compiling LabWindows™/CVI ...
This can happen when the compiler cannot identify if the symbol is defined since it could be in a different source file or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found