GrandaddyShmax / audiocraft_plus

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
561 stars 63 forks source link

Updated via git pull. Now unable to start AudioCraft. #26

Open Gushousekai195 opened 1 year ago

Gushousekai195 commented 1 year ago
Traceback (most recent call last):
  File "C:\Users\mattb\audiocraft_plus\app.py", line 26, in <module>
    import taglib
ModuleNotFoundError: No module named 'taglib'
Press any key to continue . . .

I press a key and the cmd window just closes.

How exactly do you update an existing installation of Audiocraft to the latest version anyway?

GrandaddyShmax commented 1 year ago

Are you running this on a mac os? it looks like you are missing the taglib package, either it does not show up on your requirements or you have a mac os

leonyp commented 1 year ago

i'm on windows 11 but same No module named 'taglib'

Rubenacp commented 1 year ago

Same here. I installed it and I have the same problem:

First I had this issue: audiocraft_plus\app.py", line 21, in from pydub import AudioSegment ModuleNotFoundError: No module named 'pydub'

But I instaled 'pydub' manually. After that I have the other issue.

File "C:\audiocraft_plus\app.py", line 26, in import taglib ModuleNotFoundError: No module named 'taglib'