Version Info:
Python: 3.9.12
TensorFlow: 2.9.1
TensorFlow Extended (TFX): 1.9.0
TensorFlow Data Validation: 1.9.0
TensorFlow ML Metadata: 1.9.0
Trace Error:
I have reproduced the error with the following installation:
AlreadyExistsError Traceback (most recent call last)
/tmp/ipykernel_400871/1925612415.py in <cell line: 7>()
5 )
6
----> 7 context.run(statistics_gen)
......
Version Info: Python: 3.9.12 TensorFlow: 2.9.1 TensorFlow Extended (TFX): 1.9.0 TensorFlow Data Validation: 1.9.0 TensorFlow ML Metadata: 1.9.0
Trace Error:
This error can be reproduced easily by creating and python environment with the latest version of tfx, as follows,
and running the following notebook reportTFbug.pdf
with this sample data.csv from Iris dataset.
The code fails when trying to insert a new row,
This error occurs also with the previous 1.8.0 and 1.7.0 versions but not for 1.3.0.