parlance / ctcdecode

PyTorch CTC Decoder bindings
MIT License
821 stars 241 forks source link

issue with wget during installation #96

Open antoinemrcr opened 5 years ago

antoinemrcr commented 5 years ago

Hello, There is currently an issue when I try to install this project in a new environment without wget. you can find in this pull request the fix that I added to be able to install it: https://github.com/parlance/ctcdecode/pull/95 Bests

vaibhav0195 commented 5 years ago

i fixed the issue using pip install wget.