piper icon indicating copy to clipboard operation
piper copied to clipboard

Error: pip install piper-tts | Installing with Python doesn't seem to work, missing packages and dependency conflict.

Open VikingStudio opened this issue 5 months ago • 12 comments

Installing as per guide

pip install piper-tts

ERROR: Cannot install piper-tts==1.1.0 and piper-tts==1.2.0 because these package versions have conflicting dependencies.

The conflict is caused by: piper-tts 1.2.0 depends on piper-phonemize~=1.1.0 piper-tts 1.1.0 depends on piper-phonemize~=1.0.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

Isolating version install

pip install piper-tts==1.2.0

ERROR: Could not find a version that satisfies the requirement piper-phonemize~=1.1.0 (from piper-tts) (from versions: none) ERROR: No matching distribution found for piper-phonemize~=1.1.0

pip install piper-tts==1.1.0

ERROR: Could not find a version that satisfies the requirement piper-phonemize~=1.0.0 (from piper-tts) (from versions: none) ERROR: No matching distribution found for piper-phonemize~=1.0.0

VikingStudio avatar Feb 01 '24 07:02 VikingStudio

Having the same issue here

Tobi-De avatar Feb 03 '24 10:02 Tobi-De

Same here

Ionaut avatar Feb 09 '24 15:02 Ionaut

Yes, happens to me too.

JensC avatar Feb 10 '24 19:02 JensC

Same problem here Win 11, python 3.8.11

TheBricktop avatar Feb 13 '24 13:02 TheBricktop

the piper-phonemize does not support python 3.11.

qt06 avatar Feb 16 '24 08:02 qt06

same problem here but only on Windows not Ubuntu.

Fouladi-K avatar Feb 22 '24 23:02 Fouladi-K

the piper-phonemize does not support python 3.11.

Which one does it support? Tried 3.10 for same effect.

TheBricktop avatar Feb 23 '24 08:02 TheBricktop

Same on win 10 and python 3.9.13 tried 3.10 and 3.12, same thing

BEjpg avatar Apr 25 '24 12:04 BEjpg

Same here on Mac with Python 3.11

maxtheman avatar May 02 '24 22:05 maxtheman

Same here on Fedora 40, Python 3.12.3.

nivaca avatar May 05 '24 22:05 nivaca

Works on python 3.9

numemac avatar May 08 '24 12:05 numemac