PaddlePaddle / PaddleSpeech

Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
https://paddlespeech.readthedocs.io
Apache License 2.0
10.79k stars 1.82k forks source link

paddlespeech #3745

Open tangzhihu opened 4 months ago

tangzhihu commented 4 months ago

.py:141: UserWarning: paddleaudio C++ extension is not available. sox_io, sox_effect, kaldi raw feature is not supported!!! warnings.warn( [2024-04-15 17:55:56,623] [ INFO] - Here is the table of ASR pretrained models supported in the service. [2024-04-15 17:55:56,623] [ ERROR] - Failed to get the table of ASR pretrained models supported in the service.

Ray961123 commented 4 months ago

开发者你好,感谢关注 PaddleSpeech 开源项目,抱歉给你带来了不好的开发体验,目前开源项目维护人力有限,你可以尝试通过修改 PaddleSpeech 源码的方式自己解决,或请求开源社区其他开发者的协助。飞桨开源社区交流频道:飞桨AI Studio星河社区-人工智能学习与实训社区

kyn817046 commented 3 months ago

请问解决了吗?我也是这个问题

tangzhihu commented 3 months ago

请问解决了吗?我也是这个问题

这个我前面我是搞了好久,尝试了一些方法,还是解决不了,我就直接把python3.8删了,包括原来安装的那些模型库,后面安了python3.10,再安装一些库问题就没了,我的这个是版本兼容的问题。