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

[BUG] Unable to open WebUI #505

Closed
ejiandan opened this issue Aug 31, 2024 · 4 comments
Closed

[BUG] Unable to open WebUI #505

ejiandan opened this issue Aug 31, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@ejiandan
Copy link

ERROR: The process "2236" not found.
2024-08-31 21:52:44.430 | INFO | main:clean_infer_cache:146 - C:\Users\ADMINI~1\AppData\Local\Temp\gradio was not found
Traceback (most recent call last):
File "D:\fish-speech-1.2\tools\webui.py", line 23, in
from tools.api import decode_vq_tokens, encode_reference
File "D:\fish-speech-1.2\tools\api.py", line 35, in
from tools.auto_rerank import batch_asr, calculate_wer, is_chinese, load_model
File "D:\fish-speech-1.2\tools\auto_rerank.py", line 7, in
from funasr import AutoModel
ModuleNotFoundError: No module named 'funasr'

@ejiandan ejiandan added the bug Something isn't working label Aug 31, 2024
@PoTaTo-Mika
Copy link
Collaborator

请执行pip install funasr
另,release版本存在一定的缺陷,建议clone现有仓库。

@ejiandan
Copy link
Author

ejiandan commented Sep 2, 2024

pip install funasr
这个执行了的,问题依旧
release版本是在自建环境中运行的?

@ejiandan
Copy link
Author

ejiandan commented Sep 2, 2024

搞定!
运行run_cmd.bat,进入环境后执行pip,问题解决。

@Stardust-minus Stardust-minus changed the title [BUG] 无法打开WebUI [BUG] Unable to open WebUI Sep 8, 2024
@Stardust-minus
Copy link
Member

#515 Change title to English.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants