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 'openvoice.text' #166

Open
MANGOMONKEY9 opened this issue Apr 2, 2024 · 4 comments
Open

ModuleNotFoundError: No module named 'openvoice.text' #166

MANGOMONKEY9 opened this issue Apr 2, 2024 · 4 comments

Comments

@MANGOMONKEY9
Copy link

trying to import:

from openvoice import se_extractor
from openvoice.api import BaseSpeakerTTS, ToneColorConverter

and getting a ModuleNotFoundError. Tried almost everything. Any advice?

@eschmidbauer
Copy link

encountering the same issue

@nischalj10
Copy link

encountering the same issue. was anyone able to resolve it?

@NickyDark1
Copy link

similar error :/

@sbolten
Copy link

sbolten commented May 15, 2024

Technically, in Python 3.3 and later, you can directly import from a folder (though not recommended) using the following syntax:

from folder_name.module_name import function_name # Assuming folder_name contains an __init__.py file

So in the openvoice case you have to call this from within a folder which is one level above the "openvoice" folder

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

5 participants