-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 'melo.api' #365
Comments
Hey @quantum304! 👋 I'm here to help you with any bugs, questions, or becoming a contributor. Let's squash those bugs together! The error you're encountering suggests that the
By following these steps, you should be able to resolve the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
@dosu Mode LastWriteTime Length Name d----- 21/02/2025 21:52 configs |
Hi,
I'm encoutering this error when I try to execute the demo_part3.ipynb
I'm using VS Code under windows 10
`---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
Cell In[8], line 1
----> 1 from melo.api import TTS
3 texts = {
4 'EN_NEWEST': "Did you ever hear a folk tale about a giant turtle?", # The newest English base speaker model
5 'EN': "Did you ever hear a folk tale about a giant turtle?",
(...)
10 'KR': "안녕하세요! 오늘은 날씨가 정말 좋네요.",
11 }
14 src_path = f'{output_dir}/tmp.wav'
ModuleNotFoundError: No module named 'melo.api'
---------------------------------------------------------------------------`
I have tried
pip install git+https://github.com/myshell-ai/MeloTTS.git
and
python -m unidic download
then I checked with
(.venv) PS C:\Users\yacine\Desktop\OpenVoice> pip list | findstr melo
the answer was
melo 1.1.0
melotts 0.1.2
but I still have the same error
Any idea ?
The text was updated successfully, but these errors were encountered: