You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C:\Users\u.conda\envs\ppspeech2\lib\site-packages\paddleaudio_extension.py:141: UserWarning: paddleaudio C++ extension is not available.
warnings.warn("paddleaudio C++ extension is not available.")
[2023-09-26 12:59:07,776] [ INFO] - start to init the engine
[2023-09-26 12:59:07,777] [ INFO] - asr : python engine.
2023-09-26 12:59:12.950 | INFO | paddlespeech.s2t.modules.ctc::45 - paddlespeech_ctcdecoders not installed!
2023-09-26 12:59:13.166 | INFO | paddlespeech.s2t.modules.embedding:init:150 - max len: 5000
[2023-09-26 12:59:20,762] [ INFO] - Initialize ASR server engine successfully on device: cpu.
[2023-09-26 12:59:20,763] [ INFO] - tts : python engine.
[2023-09-26 12:59:29,504] [ ERROR] - Failed to get model related files.
[2023-09-26 12:59:29,505] [ ERROR] - Initialize TTS server engine Failed on device: cpu.
[2023-09-26 12:59:29,506] [ ERROR] - This ORT build has ['AzureExecutionProvider', 'CPUExecutionProvider'] enabled. Since ORT 1.9, you are required to explicitly set the providers parameter when instantiating InferenceSession. For example, onnxruntime.InferenceSession(..., providers=['AzureExecutionProvider', 'CPUExecutionProvider'], ...)
win10下,conda 创建的python3.10环境,
安装官网的默认安装:
pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
pip install pytest-runner
pip install paddlespeech
git 最新的paddlspeech,到目录下执行
paddlespeech_server start --config_file ./demos/speech_server/conf/application.yaml
1:启动后报告一个numpy错误,修改为 1.23.5版本,错误消失.
2:继续启动,出现如下错误,搜索不到具体的问题.
C:\Users\u.conda\envs\ppspeech2\lib\site-packages\paddleaudio_extension.py:141: UserWarning: paddleaudio C++ extension is not available.
warnings.warn("paddleaudio C++ extension is not available.")
[2023-09-26 12:59:07,776] [ INFO] - start to init the engine
[2023-09-26 12:59:07,777] [ INFO] - asr : python engine.
2023-09-26 12:59:12.950 | INFO | paddlespeech.s2t.modules.ctc::45 - paddlespeech_ctcdecoders not installed!
2023-09-26 12:59:13.166 | INFO | paddlespeech.s2t.modules.embedding:init:150 - max len: 5000
[2023-09-26 12:59:20,762] [ INFO] - Initialize ASR server engine successfully on device: cpu.
[2023-09-26 12:59:20,763] [ INFO] - tts : python engine.
[2023-09-26 12:59:29,504] [ ERROR] - Failed to get model related files.
[2023-09-26 12:59:29,505] [ ERROR] - Initialize TTS server engine Failed on device: cpu.
[2023-09-26 12:59:29,506] [ ERROR] - This ORT build has ['AzureExecutionProvider', 'CPUExecutionProvider'] enabled. Since ORT 1.9, you are required to explicitly set the providers parameter when instantiating InferenceSession. For example, onnxruntime.InferenceSession(..., providers=['AzureExecutionProvider', 'CPUExecutionProvider'], ...)
这里有一个错误,但是我没有自己整合,只是想运行官网server,提供http服务.
https://blog.csdn.net/qq_23953717/article/details/128657301
如果是重复问题抱歉啦,搜索不到!
The text was updated successfully, but these errors were encountered: