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

ModuleNotFoundError: No module named 'utils', Google Colab RVC Crepe v2 + persistent storage / autosave #25

Open
grozn-y opened this issue Sep 28, 2023 · 4 comments

Comments

@grozn-y
Copy link

grozn-y commented Sep 28, 2023

Error in 4 from utils import backups
1
2


ModuleNotFoundError Traceback (most recent call last)
in <cell line: 4>()
2 import threading
3 import time
----> 4 from utils import backups
5
6 #@markdown #Click here to run the GUI

ModuleNotFoundError: No module named 'utils'


NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.

To view examples of installing some common dependencies, click the
"Open Examples" button below.

@ardha27
Copy link
Owner

ardha27 commented Sep 28, 2023

Hmm, is it my code?

@danilaiulia87
Copy link

text.txt

@MinatoIsuki
Copy link
Contributor

text.txt

What?

@grozn-y
Copy link
Author

grozn-y commented Oct 3, 2023

maybe wrong repo, my bad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants