Text-to-Speech
Transformers
Safetensors
parler_tts
text-generation
annotation

Dependancy Error

#15
by imsaurabh17 - opened

While installing the model using !pip install git+https://github.com/huggingface/parler-tts.git facing

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
ydf 0.11.0 requires protobuf<6.0.0,>=5.29.1, but you have protobuf 4.25.7 which is incompatible.
grpcio-status 1.71.0 requires protobuf<6.0dev,>=5.26.1, but you have protobuf 4.25.7 which is incompatible.

Tried !pip install protobuf==5.29.1 but then faced

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
descript-audiotools 0.7.4 requires protobuf!=4.24.0,<5.0.0,>=3.19.6, but you have protobuf 5.29.1 which is incompatible.

Please suggest how to resolve this.

I had the same issue.
I switched to using websockets instead of grpc.

change the python version like 3.11 or 3.10

Sign up or log in to comment