scossin / iamsystem_python

Fast dictionary-based approach for semantic annotation / entity linking
MIT License
7 stars 1 forks source link

ImportError: undefined symbol: _ZSt28__throw_bad_array_new_lengthv #6

Closed scossin closed 1 year ago

scossin commented 1 year ago

Error message

ImportError: /home/**/lib/python3.7/site-packages/pysimstring/_simstring.so: undefined symbol: _ZSt28__throw_bad_array_new_lengthv

Reproduce

python3 -m venv ./test
source test/bin/activate
pip install iamsystem
python -c "import iamsystem"

Configuration

pip 19.2.3
Platform: "linux-x86_64"
Python version: "3.7"
Current installation scheme: "posix_prefix"

This problem was solved by upgrading pip to version 23.0