This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: python -m spacy.en.download undefined symbol: _ZSt24__throw_out_of_range_fmtPKcz
Type: compile error Stage: resolved
Components: Versions: Python 2.7
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: Vladimir Shebunyaev, berker.peksag
Priority: normal Keywords:

Created on 2017-02-13 10:35 by Vladimir Shebunyaev, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg287674 - (view) Author: Vladimir Shebunyaev (Vladimir Shebunyaev) Date: 2017-02-13 10:35
I have  (python 2.7.13 Anaconda 4.3.0 64bit Ubuntu 16 )
tried

python -m spacy.en.download

and got

/home/vshebuniayeu/anaconda2/bin/python: /home/vshebuniayeu/anaconda2/lib/python2.7/site-packages/spacy/serialize/huffman.so: undefined symbol: _ZSt24__throw_out_of_range_fmtPKcz
msg287675 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2017-02-13 10:39
Thanks for the report, but spacy is not part of the Python standard library. Please report your problem to spacy developers.
History
Date User Action Args
2022-04-11 14:58:43adminsetgithub: 73728
2017-02-13 10:39:48berker.peksagsetstatus: open -> closed

nosy: + berker.peksag
messages: + msg287675

resolution: third party
stage: resolved
2017-02-13 10:35:03Vladimir Shebunyaevcreate