Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💫 安装 develop 版本的 paddlespeech #2472

Open
yt605155624 opened this issue Sep 28, 2022 · 2 comments
Open

💫 安装 develop 版本的 paddlespeech #2472

yt605155624 opened this issue Sep 28, 2022 · 2 comments
Assignees

Comments

@yt605155624
Copy link
Collaborator

yt605155624 commented Sep 28, 2022

当使用 PaddleSpeech 的某些功能时(主要是 demos 中的功能,examples 里面的代码会强制 source 当前目录所在的 paddlespeech 到 ${PYTHONPATH},参考 path.sh),可能会发现你安装的 release 版本的 paddlespeech 并没有此功能/文件/函数,这是因为我们还没有对此功能进行发版(没有把最新的代码打包成 pip 包发布到 pypi 上),此时你需要安装 develop 版本的 paddlespeech。
请 git clone PaddleSpeech 之后,在 PaddleSpeech 目录执行安装:

git clone https://github.com/PaddlePaddle/PaddleSpeech.git
cd PaddleSpeech
# 安装依赖和 paddlespeech
pip install .
# 不安装依赖仅安装 paddlespeech 
python3 setup.py install
@stale
Copy link

stale bot commented Nov 22, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Dec 23, 2022

This issue is closed. Please re-open if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant