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

cannot import name 'magphase' from 'librosa' #3641

Open
Simaregele opened this issue Mar 20, 2024 · 2 comments
Open

cannot import name 'magphase' from 'librosa' #3641

Simaregele opened this issue Mar 20, 2024 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on but feel free to help.

Comments

@Simaregele
Copy link

Describe the bug

cannot import name 'magphase' from 'librosa'

I saw that yesterday there was an update in Librosa in my project I replaced the library with 0.9.0 version and everything worked.

To Reproduce

from TTS.api import TTS
tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2", gpu=True)

tts.tts_to_file(text=my_text,
file_path="output.wav",
speaker_wav="/content/audio.wav",
language="ru")

Expected behavior

Everything was supposed to work

Logs

no logs

Environment

- TTS version

Additional context

No

@Simaregele Simaregele added the bug Something isn't working label Mar 20, 2024
@eginhard
Copy link
Contributor

Likely an issue with your environment, but you didn't share these details.

Copy link

stale bot commented Apr 22, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You might also look our discussion channels.

@stale stale bot added the wontfix This will not be worked on but feel free to help. label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on but feel free to help.
Projects
None yet
Development

No branches or pull requests

2 participants