Adrian Loy
11/13/2023, 5:50 PMKetan (kumare3)
Adrian Loy
11/13/2023, 5:54 PMNiels Bantilan
11/13/2023, 10:35 PMEduardo Apolinario (eapolinario)
11/14/2023, 3:27 AMAdrian Loy
11/14/2023, 7:56 AMERROR: Cannot install flyteidl==1.3.20, flytekit and tensorflow==2.10.0 because these package versions have conflicting dependencies.
The conflict is caused by:
tensorflow 2.10.0 depends on protobuf<3.20 and >=3.9.2
flyteidl 1.3.20 depends on protobuf<5.0.0 and >=4.21.1
This is the issue I have. I can probably fix it by upgrading to tensorflow 1.12 as there doesnt seem to be a good way of keeping the dependency seperateEduardo Apolinario (eapolinario)
11/20/2023, 6:36 PMAdrian Loy
11/21/2023, 9:20 AMpip install flytekit tensorflow==2.11
gives me flytekit==1.2.17
. I was assuming this is too old for me, as we also have some internal flytekitplugin developed. But you are saying it backports changes up to 1.6.2, so it actually might be valid. I give it a shot.