bes-dev / crnn-pytorch

Pytorch implementation of OCR system using CRNN + CTCLoss
BSD 2-Clause "Simplified" License
217 stars 55 forks source link

Error in python setup.py install #23

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?