tensorflow, tensorflow-quantum, grpcio dependency conflicts

221 views Asked by At

I installed tensorflow-quantum and got the following error:

tensorflow-quantum 0.5.0 requires grpcio==1.30.0, but you have grpcio 1.32.0 which is incompatible.

So, I installed grpcio 1.30.0, but then got the following error:

tensorflow 2.4.1 requires grpcio~=1.32.0, but you have grpcio 1.30.0 which is incompatible.

It seems these dependency conflicts are cyclic. What should I do?

0

There are 0 answers