I experienced problems when installing TFX on Google Colab, while other components such as
- tensorflow_model_analysis
- tensorflow_data_validation
- tensorflow_transform
- tensorflow_transform.beam
can now be installed
Just install TFX, which doesn't work yet
from tfxponents import CsvExampleGen, StatisticsGen, SchemaGen, ExampleValidator, Transform, Trainer, Tuner, Evaluator, Pusher
from tfx.proto import example_gen_pb2
from tfx.orchestration.experimental.interactive.interactive_context import InteractiveContext
from tfx.dslponentsmon.resolver import Resolver
from tfx.dsl.input_resolution.strategies.latest_blessed_model_strategy import LatestBlessedModelStrategy
from tfx.types import Channel
from tfx.types.standard_artifacts import Model, ModelBlessing
When installing TFX an error appears as follows
Please help, what errors should I fix?
I experienced problems when installing TFX on Google Colab, while other components such as
- tensorflow_model_analysis
- tensorflow_data_validation
- tensorflow_transform
- tensorflow_transform.beam
can now be installed
Just install TFX, which doesn't work yet
from tfxponents import CsvExampleGen, StatisticsGen, SchemaGen, ExampleValidator, Transform, Trainer, Tuner, Evaluator, Pusher
from tfx.proto import example_gen_pb2
from tfx.orchestration.experimental.interactive.interactive_context import InteractiveContext
from tfx.dslponentsmon.resolver import Resolver
from tfx.dsl.input_resolution.strategies.latest_blessed_model_strategy import LatestBlessedModelStrategy
from tfx.types import Channel
from tfx.types.standard_artifacts import Model, ModelBlessing
When installing TFX an error appears as follows
Please help, what errors should I fix?
Share Improve this question edited Jan 17 at 21:37 desertnaut 60.5k32 gold badges155 silver badges182 bronze badges asked Jan 17 at 17:28 Moh. Aflah AzzakyMoh. Aflah Azzaky 93 bronze badges 1- 1 TFX is not listed as compatible with Python 3.11 as noted on github. – xdurch0 Commented Jan 17 at 18:12
1 Answer
Reset to default 0The stable release of tfx supports Python versions >=3.9,<3.11. It is not compatible with Python 3.11. You can install this package using any of the supported Python versions (3.9 - 3.10). See Compatible versions.