文章目录
前言
在本地部署运行PaddleSpeech,多次报错踩坑,记录一下解决方案。
一、Installation
We strongly recommend our users to install PaddleSpeech in Linux with python>=3.8 and paddlepaddle<=2.5.1. Some new versions of Paddle do not have support for adaptation in PaddleSpeech, so currently only versions 2.5.1 and earlier can be supported.
Dependency Introduction
- gcc >= 4.8.5
- paddlepaddle <= 2.5.1
- python >= 3.8
- OS support: Linux(recommend), Windows, Mac OSX
PaddleSpeech depends on paddlepaddle. For installation, please refer to the official website of paddlepaddle and choose according to your own machine. Here is an example of the cpu version.