SeanNaren / warp-ctc

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

Error in python setup.py install #184

Open arwagh opened 3 years ago

arwagh commented 3 years ago

I followed the instructions of installing warp-ctc, but I get an error in "python setup.py install" step.

LINK : warning LNK4044: unrecognized option '/Wl,-rpath,C:\Users\argha\warp-ctc\build\Debug'; ignored

LINK : fatal error LNK1181: cannot open input file 'warpctc.lib'

error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.28.29333\\bin\\HostX86\\x64\\link.exe' failed with exit status 1181

Any idea how to solve this?