离线配置ctcdecode
下载CTCdecode源码,并解压
下载链接为:https://github.com/parlance/ctcdecode/tree/master
下载安装过程中需要的包
1、在界面右侧下载第三方包
2、点进thrid_party,分别下载ThreadPool @ 9a42ec1、kenlm @ 35835f1(点进去即可下载),并解压
3、将上面下载的文件都放置在./CTCdecode/thrid_party文件夹下
安装
终端 cd 到ctcdecode文件夹下,运行pip install . 即可
验证
终端启动python
import ctcdecode
若未报错,则安装成功
可能出现的错误
1、for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution
问题:一般是缺少第三方包,因此程序想要主动下载,但是没有网络,因此报错
2、若显示找不到CTCbeam。。。文件或者。——ext文件 删除当前文件夹内的ctcdecode