facebookresearch / audiocraft

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
20.59k stars 2.09k forks source link

Does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found. #194

Open sensahin opened 1 year ago

sensahin commented 1 year ago

pip install -e .

Obtaining file:///Users/senolsahin/Work/Text2Music

ERROR: file:///Users/senolsahin/Work/Text2Music does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

FurkanGozukara commented 1 year ago

here up to date tutorial > https://github.com/facebookresearch/audiocraft/issues/183

Cipherbunker commented 1 year ago

they moved or deleted the app.py it needs to be in the root of audiocraft. on my system for it to work i need to cd into this directory using conda then type python and drag and drop app.py into conda and hit enter. I forked the project and added the correct .py file back

Cipherbunker commented 1 year ago

https://github.com/Cipherbunker/audiocraft/blob/main/app.py