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]: FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Applio-main\\logs\\my-project\\config.json' #977

Open
aaitsus opened this issue Feb 13, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@aaitsus
Copy link

aaitsus commented Feb 13, 2025

Project Version

last

Platform and OS Version

win10

Affected Devices

win10

Existing Issues

No response

What happened?

Traceback (most recent call last):
File "C:\Applio-main\rvc\train\train.py", line 82, in
with open(config_save_path, "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Applio-main\logs\my-project\config.json'
An error occurred extracting the index: [WinError 3] Системе не удается найти указанный путь: 'C:\Applio-main\logs\my-project\extracted'
If you are running this code in a virtual environment, make sure you have enough GPU available to generate the Index file.

Steps to reproduce

...

Expected behavior

FileNotFoundError: [Errno 2] No such file or directory: 'C:\Applio-main\logs\my-project\config.json'

Attachments

No response

Screenshots or Videos

No response

Additional Information

No response

@aaitsus aaitsus added the bug Something isn't working label Feb 13, 2025
@aaitsus
Copy link
Author

aaitsus commented Feb 13, 2025

I probably did something wrong, in this case tell me:

I get the following error when I simply enter the name of a new model and want to train it - then it gives me the error that I wrote above, NOOOOO
when I use the very first model, it doesn’t show this

Tell me what is the mistake and train new models without problems?

@AznamirWoW
Copy link
Contributor

config.json is created during 'extract features' step, which you probably did not run

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

2 participants