Skip to content

ImportError: cannot import name 'QwenTTS' from 'qwen_tts' #1

@netdzynr

Description

@netdzynr

Installing on M1 system running Sequoia 15.7.3 and running the Qwen TTS check:
python -c "from qwen_tts import QwenTTS; print('Qwen3-TTS OK')"

I get the warning about flash-attn which is expected:

********
Warning: flash-attn is not installed. Will only run the manual PyTorch version. Please install flash-attn for faster inference.
********

And then:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
ImportError: cannot import name 'QwenTTS' from 'qwen_tts' (/Users/user/MimikaStudio/backend/venv/lib/python3.11/site-packages/qwen_tts/__init__.py)

Metadata

Metadata

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions