SeanNaren / warp-ctc

Pytorch Bindings for warp-ctc
Apache License 2.0
756 stars 271 forks source link

_warp_ctc.so: undefined symbol: state #34

Open bear63 opened 6 years ago

bear63 commented 6 years ago
from ._warp_ctc import lib

ImportError: /usr/local/lib/python2.7/dist-packages/warpctc_pytorch/_warp_ctc.so: undefined symbol: state

1711120070 commented 6 years ago

I have same problem. How to solve?

axzhcode commented 6 years ago

same problem.

qxtian commented 6 years ago

has anyone solved this problem?

axzhcode commented 6 years ago

At first, I used the centos 7.x and cuda 9.1 occured this problem. Now, I used the Ubuntu 16.04 and cuda 8.0. It was solved.