When installing TFX, I received error pip install tfx raises ResolutionTooDeep
. During installation, its going over multiple different version of packages.
To solve this problem, I created requirements.txt
with option to install necessary packages or all-packages that produced using pip freeze
.
There are three options: TFX 1.10, 1.13 and the latest TFX 1.14.0
All the packages installation can be found here :
https://github.com/yodiaditya/datascience/tree/main/tfx
I hope this help you to solve TFX pip installation issues!