AudioLDM icon indicating copy to clipboard operation
AudioLDM copied to clipboard

No module named 'audioldm'

Open YooPita opened this issue 2 years ago • 1 comments

I did everything according to the instructions, but I still ran into this problem.

my system is windows 11

then ran the command: python3 scripts/text2sound.py -t "A hammer is hitting a wooden surface"

the error i got: Traceback (most recent call last): File "path-to-directory\scripts\text2sound.py", line 2, in from audioldm import text_to_audio, build_model, save_wave ModuleNotFoundError: No module named 'audioldm'

YooPita avatar Feb 04 '23 19:02 YooPita

Sorry about that. I have made AudioLDM into a pip installable package. Hope this can fix your issue.

haoheliu avatar Feb 04 '23 19:02 haoheliu

Close this issue for now. Feel free to reopen if the issue still exists.

haoheliu avatar Feb 25 '23 01:02 haoheliu