Git Product home page Git Product logo

Comments (5)

shoyrock avatar shoyrock commented on September 24, 2024 1

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.

from weeablind.

shoyrock avatar shoyrock commented on September 24, 2024

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

from weeablind.

FlorianEagox avatar FlorianEagox commented on September 24, 2024

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

from weeablind.

shoyrock avatar shoyrock commented on September 24, 2024

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

from weeablind.

FlorianEagox avatar FlorianEagox commented on September 24, 2024

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!

from weeablind.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.