fish-speech
fish-speech copied to clipboard
Error when I start the training
Self Checks
- [X] This is only for bug report, if you would like to ask a question, please head to Discussions.
- [X] I have searched for existing issues search for existing issues, including closed ones.
- [X] I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
- [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
- [X] Please do not modify this template :) and fill in all the required fields.
Cloud or Self Hosted
Self Hosted (Source)
Steps to reproduce
Start the training interface, process the dataset and start the training.
All models are downloaded to their sites and are recognized by fish.
✔️ Expected Behavior
I have installed everything to the letter as indicated in the documentation, with no errors, I am in a virtual environment and I get this error when I try to start the training of a model.
❌ Actual Behavior
Traceback (most recent call last): File "J:\fish_audio\fish-speech\fish_speech\train.py", line 7, in <module> import hydra File "C:\Users\Win10\AppData\Roaming\Python\Python310\site-packages\hydra\__init__.py", line 5, in <module> from hydra import utils File "C:\Users\Win10\AppData\Roaming\Python\Python310\site-packages\hydra\utils.py", line 10, in <module> from hydra._internal.utils import ( File "C:\Users\Win10\AppData\Roaming\Python\Python310\site-packages\hydra\_internal\utils.py", line 16, in <module> from omegaconf._utils import get_ref_type ImportError: cannot import name 'get_ref_type' from 'omegaconf._utils' (J:\fish_audio\fish-speech\fishenv\env\lib\site-packages\omegaconf\_utils.py)