152334H / tortoise-tts-fast

Fast TorToiSe inference (5x or your money back!)
GNU Affero General Public License v3.0
779 stars 179 forks source link

Impossible to resolve dependency #67

Closed mechanicalsnowman closed 1 year ago

mechanicalsnowman commented 1 year ago

Attempting an install on miniconda and getting dependency conflicts:

    The user requested scipy==1.10.1
    clean-fid 0.1.35 depends on scipy>=1.0.1
    k-diffusion 0.0.14 depends on scipy
    librosa 0.8.1 depends on scipy>=1.0.0
    scikit-image 0.20.0 depends on scipy<1.9.2 and >=1.8; python_version <= "3.9"

Changing the required scipy ver to 1.9.1 lets the install progress futher, but tortoise 3.0.0 requires scipy >1.10.0 so it still fails. Any advice?

mechanicalsnowman commented 1 year ago

Aha, followed these instructions and got it running.

https://github.com/152334H/tortoise-tts-fast/issues/60#issuecomment-1486913090