ITADN

Web UI error

#1265Opennick-morhun 创建于 2026-04-12
bugstale
N
nick-morhuncommented
### Self Checks - [x] This template is only for bug reports. For questions, please visit [Discussions](https://github.com/fishaudio/fish-speech/discussions). - [x] I have thoroughly reviewed the project documentation (installation, training, inference) but couldn't find information to solve my problem. [English](https://speech.fish.audio/) [中文](https://speech.fish.audio/zh/) [日本語](https://speech.fish.audio/ja/) [Portuguese (Brazil)](https://speech.fish.audio/pt/) - [x] I have searched for existing issues, including closed ones. [Search issues](https://github.com/fishaudio/fish-speech/issues) - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/fishaudio/fish-speech/issues/515)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template and fill in all required fields. ### Cloud or Self Hosted Self Hosted (Source) ### Environment Details Google Colab: Ubuntu 24.04 ### Steps to Reproduce 1. Clone the repo. 2. Download the model. 3. Run "apt install portaudio19-dev libsox-dev ffmpeg" 4. Run "uv sync --python 3.12 --extra cu128" 5. Run ``` !python tools/run_webui.py \ --llama-checkpoint-path "/content/drive/MyDrive/AI_PICS/models/fishaudio-s2-pro/" \ --decoder-checkpoint-path "/content/drive/MyDrive/AI_PICS/models/fishaudio-s2-pro/codec.pth" \ --compile ``` ### ✔️ Expected Behavior All steps from inference.ipynb can be followed. ### ❌ Actual Behavior > Traceback (most recent call last): File "/content/fish-speech/tools/run_webui.py", line 5, in <module> import pyrootutils ModuleNotFoundError: No module named 'pyrootutils'
2 条评论