You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm excited to start working with CTCWordBeamSearch, but I encountered this error while running the pytest after installing it. Any insight on the below error would be greatly appreciated!
python: 3.9.7
tensorflow: 2.11.0
cuda 11.5
_______```
____ ERROR collecting tests/test_word_beam_search.py ________________
ImportError while importing test module '/home/cameron/CTCWordBeamSearch/tests/test_word_beam_search.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../anaconda3/lib/python3.9/importlib/init.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
test_word_beam_search.py:4: in
from word_beam_search import WordBeamSearch
E ImportError: /home/cameron/anaconda3/lib/python3.9/site-packages/word_beam_search.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr10_M_releaseEv
The text was updated successfully, but these errors were encountered:
However, I'm currently not sure how to fix this as I'm not using anaconda (but classic venv + pip).
Is there any chance you could try without anaconda, e.g. using the default Python installation and then trying to import word beam search?
I'm excited to start working with CTCWordBeamSearch, but I encountered this error while running the pytest after installing it. Any insight on the below error would be greatly appreciated!
python: 3.9.7
tensorflow: 2.11.0
cuda 11.5
_______```
____ ERROR collecting tests/test_word_beam_search.py ________________
ImportError while importing test module '/home/cameron/CTCWordBeamSearch/tests/test_word_beam_search.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
../../anaconda3/lib/python3.9/importlib/init.py:127: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
test_word_beam_search.py:4: in
from word_beam_search import WordBeamSearch
E ImportError: /home/cameron/anaconda3/lib/python3.9/site-packages/word_beam_search.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZNSt15__exception_ptr13exception_ptr10_M_releaseEv
The text was updated successfully, but these errors were encountered: