SeanNaren / warp-ctc

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

Installed successfully but import fails with "torch.utils.ffi is deprecated. Please use cpp extensions instead" #192

Closed NiambhB closed 3 years ago

NiambhB commented 3 years ago

As above. The install using setup.py finished with no errors but then when I try to import it fails.

I previously got the same error while trying to install, but switching to the branch pytorch_bindings solved it.

I am using torch 1.9 and cuda 10.2.

NiambhB commented 3 years ago

Never mind, recloned and reinstalled and it works now. Probably from me messing around in branches while trying to get it to work.

tony8888lrz commented 2 years ago

maybe ur pytorch version should deupdate