编译Python3环境成功,但是在运行时出现这种错误
Created by: yeyupiaoling
swig_decoders.Scorer.__init__(self, alpha, beta, model_path, vocabulary)
File "/home/fg007/anaconda3/envs/PaddlePaddle/lib/python3.7/site-packages/swig_decoders-1.1-py3.7-linux-x86_64.egg/swig_decoders.py", line 1269, in __init__
this = _swig_decoders.new_Scorer(alpha, beta, lm_path, vocabulary)
TypeError: in method 'new_Scorer', argument 4 of type 'std::vector< std::string,std::allocator< std::string > > const &'
应该如何修改swig中的源码呢?