Open
Description
Self Checks
- This template is only for bug reports. For questions, please visit Discussions.
- I have thoroughly reviewed the project documentation (installation, training, inference) but couldn't find information to solve my problem. English 中文 日本語 Portuguese (Brazil)
- I have searched for existing issues, including closed ones. Search issues
- I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- Please do not modify this template and fill in all required fields.
Cloud or Self Hosted
Self Hosted (Source)
Environment Details
Windows 10, Python 3.13, Torch 2.6.0+cu126, Gradio 5.20.0
I am able to get to the training page for Fish-Speech just fine, but when I click on the link to open the inference server, nothing happens. I also can't go to the IP address for the server manually either. The only error message I'm receiving is on the command prompt window, "MonduleNotFoundError: No module named 'cachetools'". I've reinstalled cachetools, and also verified that it is listed on pip list
Steps to Reproduce
- Run Start.bat in the fish-speech folder.
- After fish-speech browser window opens, go to Inference Configuration tab and click "Open Inference Server"
- Error message is displayed in cmd window.
✔️ Expected Behavior
The inference server window should be opening, but it doesn't.
❌ Actual Behavior
No window opens, error message is displayed on cmd window. If I go to the IP address for the server manually, page cann't be displayed.