-
Notifications
You must be signed in to change notification settings - Fork 208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
requirement.txt single install #439
Comments
Python projects are often artificially incompatible. Until recently these projects had 'conflicts' that did not break anything except pip, so for around two years it was simply impossible to install all of them at once. |
there should be a warning or a flag or something to download them all at once, maybe put them in one folder and have an install all texts inside that folder command |
There is another way that I might try to do it: poetry supports installing with tags, so I could change them into tags. Actually these installs are almost decoupled enough to just make them (default) plugins. |
there should be a way to install all the requirement texts in one install. doing pip install -r and then all of these files are silly, i think in the install process it should ask you if you want all of these requirements (or maybe list them off one by one?)
requirements_audiocraft.txt requirements_rvc.txt requirements.txt
requirements_bark_hubert_quantizer.txt requirements_stable_audio.txt requirements_vall_e.txt
requirements_maha_tts.txt requirements_styletts2.txt
The text was updated successfully, but these errors were encountered: