and also when i try to install with pip i am getting this error also
PS D:\programming\ai\bark-ai> pip install piper-tts
Collecting piper-tts
Using cached piper_tts-1.2.0-py3-none-any.whl.metadata (776 bytes)
INFO: pip is looking at multiple versions of piper-tts to determine which version is compatible with other requirements. This could take a while.
Using cached piper_tts-1.1.0-py3-none-any.whl.metadata (776 bytes)
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:
loosen the range of package versions you've specified
remove package versions to allow pip to attempt to solve the dependency conflict
i am running this command and not getting any output or error
D:\programming\ai\bark-ai\piper>echo "hi , hello " | .\piper.exe -m .\en_US-bryce-medium.onnx -f test1.wav
and i tried debug option and it produces these output
D:\programming\ai\bark-ai\piper>echo "hi , hello " | .\piper.exe -m .\en_US-bryce-medium.onnx -f test1.wav --debug [2024-09-06 15:45:42.400] [piper] [debug] Loading voice from .\en_US-bryce-medium.onnx (config=.\en_US-bryce-medium.onnx.json) [2024-09-06 15:45:42.401] [piper] [debug] Parsing voice config at .\en_US-bryce-medium.onnx.json [2024-09-06 15:45:42.403] [piper] [debug] Voice contains 1 speaker(s) [2024-09-06 15:45:42.403] [piper] [debug] Loading onnx model from .\en_US-bryce-medium.onnx
and also when i try to install with pip i am getting this error also PS D:\programming\ai\bark-ai> pip install piper-tts Collecting piper-tts Using cached piper_tts-1.2.0-py3-none-any.whl.metadata (776 bytes) INFO: pip is looking at multiple versions of piper-tts to determine which version is compatible with other requirements. This could take a while. Using cached piper_tts-1.1.0-py3-none-any.whl.metadata (776 bytes) 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:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts PS D:\programming\ai\bark-ai>