meeteval
meeteval copied to clipboard
ImportError: ...cy_levenshtein.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZSt28__throw_bad_array_new_lengthv
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.
Updating from Anaconda 4.10.1 to 22.9.0 resolved the problem for me.