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.5k stars 2.06k forks source link

Spacy version issue on install #275

Open atrouwee opened 11 months ago

atrouwee commented 11 months ago

https://github.com/facebookresearch/audiocraft/blob/a2b96756956846e194c9255d0cdadc2b47c93f1b/requirements.txt#L11 Getting an error on install with the spacy version

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
en-core-web-sm 3.6.0 requires spacy<3.7.0,>=3.6.0, but you have spacy 3.5.2 which is incompatible.
jomonson commented 11 months ago

I'm having a different problem where I need a newer version of spacy (because of a later dependency on pydantic). Anyways, updating spacy to the latest release [3.6.1] would help both of us. Submitted a PR #278