Skip to content
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

setting up take forever :(( #8

Open
newbiec355 opened this issue Oct 27, 2023 · 5 comments
Open

setting up take forever :(( #8

newbiec355 opened this issue Oct 27, 2023 · 5 comments

Comments

@newbiec355
Copy link

I have a problem, when installing "pip install -r requirements.txt" it always stops and shows --- "This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https ://pip.pypa.io/warnings/backtracking for guidance."-- I waited 4, 5 hours but it didn't work

@newbiec355 newbiec355 changed the title setup take forever :(( --- "This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https ://pip.pypa.io/warnings/backtracking for guidance."-- setting up take forever :(( Oct 27, 2023
@shoyrock
Copy link

Yeah I've been having the same problem, it's been running for about 5hrs now I don't know maybe I'll do something wrong

@FlorianEagox
Copy link
Owner

Hello, I am aware of this and still not entirely sure what causes it. I think it's an issue with python 3.8's pip and the package pyannote-audio. If you remove that from the requirements txt and then comment out the import lines it should work. That package has been really finicky with different python packages on windows. I will try to publish a pip lock file so it will quit trying to do dependency resolution automatically. Will try to fix that in a couple days so it works properly on 3.8

@shoyrock
Copy link

I'm unable to install TTS; what version are you using

@shoyrock
Copy link

shoyrock commented Nov 1, 2023

I decided to test this using Ubuntu and keep it like this may be the problem The conflict is caused by:
tts 0.15.0 depends on librosa==0.10.0.* spleeter 2.1.0 depends on librosa==0.8.0
To fix this you could try to:
Loosen the range of package versions you've specified
remove package versions to allow pip attempt to solve the dependency conflict.

@FlorianEagox
Copy link
Owner

Hey you, buckaroos! I think I've found a solution! In the latest commit, I've made a lock file on my system that has all the correct versions of everything, so pip doesn't go on a wacky dependency resolution quest! Coqui also updated versions, so we're on 3.10 now!

So if you do:

python3.10 -m venv venv
.\venv\Scripts\activate
pip install -r requirements-win310.txt --no-deps

We should be COOKING!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants