TensorSpeech / TensorFlowTTS

:stuck_out_tongue_closed_eyes: TensorFlowTTS: Real-Time State-of-the-art Speech Synthesis for Tensorflow 2 (supported including English, French, Korean, Chinese, German and Easy to adapt for other languages)
https://tensorspeech.github.io/TensorFlowTTS/
Apache License 2.0
3.81k stars 811 forks source link

tensorflowtts 1.8 depends on tensorflow-gpu==2.6.0 #760

Closed yangboz closed 2 years ago

yangboz commented 2 years ago

ERROR: Cannot install tensorflowtts==0.11, tensorflowtts==0.7, tensorflowtts==0.8, tensorflowtts==0.9, tensorflowtts==1.1, tensorflowtts==1.6, tensorflowtts==1.6.1 and tensorflowtts==1.8 because these package versions have conflicting dependencies.

Collecting TensorFlowTTS Using cached https://mirrors.aliyun.com/pypi/packages/24/4b/68860f419d848d2e4fb57c03194563aed2f4317227f93b91839482aa0723/TensorFlowTTS-0.9-py3-none-any.whl (112 kB) Using cached https://mirrors.aliyun.com/pypi/packages/9a/25/3b05a0dc179e4143bb7f50ee6db17e9d35bb2e969e0fdc86426a819b71cb/TensorFlowTTS-0.8-py3-none-any.whl (112 kB) Using cached https://mirrors.aliyun.com/pypi/packages/37/8d/01fe3307332b50d46cde463d53c08aab42137b1f8e02a3ae01ece109685d/TensorflowTTS-0.7-py3-none-any.whl (81 kB) Collecting pathos>=0.2.5 Using cached https://mirrors.aliyun.com/pypi/packages/23/6b/7ffe02bdb5f5cf4b2290cc906b415dde7c886dbb11928dda40d39e6654dd/pathos-0.2.8-py2.py3-none-any.whl (81 kB) ERROR: Cannot install tensorflowtts==0.11, tensorflowtts==0.7, tensorflowtts==0.8, tensorflowtts==0.9, tensorflowtts==1.1, tensorflowtts==1.6, tensorflowtts==1.6.1 and tensorflowtts==1.8 because these package versions have conflicting dependencies.

The conflict is caused by: tensorflowtts 1.8 depends on tensorflow-gpu==2.6.0 tensorflowtts 1.6.1 depends on tensorflow-gpu==2.3.1 tensorflowtts 1.6 depends on tensorflow-gpu==2.3.1 tensorflowtts 1.1 depends on tensorflow-gpu==2.3.1 tensorflowtts 0.11 depends on tensorflow-gpu>=2.3.1 tensorflowtts 0.9 depends on tensorflow-gpu>=2.3.0 tensorflowtts 0.8 depends on tensorflow-gpu>=2.2.0 tensorflowtts 0.7 depends on tensorflow-gpu>=2.2.0

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.