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

No module named 'taglib' #72

Closed edyapd closed 8 months ago

edyapd commented 8 months ago

When running app.py I get the error: Traceback (most recent call last): File "D:\MusicGen\audiocraft_plus\app.py", line 26, in import taglib ModuleNotFoundError: No module named 'taglib'

How can this be fixed?

I fixed this