-
先安装了PaddlePaddle,再安装DeepSpeech,后者会创建virtualenv虚拟环境,然后在运行“python3 -u ./deepspeech/exps/deepspeech2/bin/deploy/server.py ...”时提示: No module named 'paddle' |
Beta Was this translation helpful? Give feedback.
Answered by
liweigu
Aug 19, 2021
Replies: 2 comments 1 reply
-
修改脚本全程不使用 virtualenv 后,运行时提示错误为 No module named 'deepspeech' |
Beta Was this translation helpful? Give feedback.
0 replies
-
可以运行 server.py 了,但是必须执行: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
liweigu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
可以运行 server.py 了,但是必须执行:
cp -r deepspeech/models/ds2/ deepspeech/models/deepspeech2
提交了issue: #770