hcmlab / vadnet

Real-time Voice Activity Detection in Noisy Eniviroments using Deep Neural Networks
http://openssi.net
GNU Lesser General Public License v3.0
419 stars 77 forks source link

No module named 'encodings' #24

Closed kli017 closed 1 year ago

kli017 commented 4 years ago

hello after runing the do_cmd I got the following error: Current thread 0x000119dc (most recent call first): Fatal Python error: initfsencoding: unable to load the file system codec ModuleNotFoundError: No module named 'encodings' any suggestion?

mrg79433283 commented 2 years ago

hello after runing the do_cmd I got the following error: Current thread 0x000119dc (most recent call first): Fatal Python error: initfsencoding: unable to load the file system codec ModuleNotFoundError: No module named 'encodings' any suggestion?

you should check the file: python36._pth

DidaDidaDidaD commented 2 years ago

我也遇到了这个问题,什么情况? python36._pth这里是空的,还有解压后的python36文件夹里是有encodings文件夹的,bug啊