warp-rnnt icon indicating copy to clipboard operation
warp-rnnt copied to clipboard

undefined symbol: _ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev

Open wylqq312715289 opened this issue 2 years ago • 2 comments

/***/warp-rnnt/pytorch_binding/warp_rnnt/_C.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZNSt19basic_ostringstreamIcSt11char_traitsIcESaIcEEC1Ev

wylqq312715289 avatar Mar 07 '22 04:03 wylqq312715289

Sorry for late reply. Try to reinstall the new version pip install warp_rnnt==0.6.0.

1ytic avatar Oct 31 '22 17:10 1ytic

Get error with torch==1.11 (CUDA 11.1), i fixed with torch 1.10 :

pip install torch==1.10.1+cu111 torchvision==0.11.2+cu111 torchaudio==0.10.1 -f https://download.pytorch.org/whl/cu111/torch_stable.html

dangvansam avatar Jul 21 '23 10:07 dangvansam