meeteval icon indicating copy to clipboard operation
meeteval copied to clipboard

ImportError: ...cy_levenshtein.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZSt28__throw_bad_array_new_lengthv

Open boeddeker opened this issue 2 years ago • 1 comments

This issue is for documentation: See https://github.com/conda/conda/issues/10757

ImportError: .../meeteval/wer/matching/cy_levenshtein.cpython-38-x86_[64-linux-gnu.so](http://64-linux-gnu.so/): undefined symbol: _ZSt28__throw_bad_array_new_lengthv

According to https://github.com/conda/conda/issues/10757 this error can happen, when you use different gcc versions, e.g. conda and system gcc, for details, see that issue.

boeddeker avatar May 15 '23 13:05 boeddeker

Updating from Anaconda 4.10.1 to 22.9.0 resolved the problem for me.

alexanderwerning avatar May 15 '23 14:05 alexanderwerning