0

I'm using Python 3.12, and I'm trying to install the latest version (1.15.1) of TensorFlow Data Validation. However, while installing, I encountered the following error:

ERROR: Could not find a version that satisfies the requirement tensorflow-data-validation (from versions: none)
ERROR: No matching distribution found for tensorflow-data-validation

The tensorflow official page mention that Python version requirerement is >3.9, which is met in my environment. How can I resolve this issue?

My environment is as follows:

  • Python - 3.12
  • Pip - 24.1
  • tensorflow - 2.16.0rc0
  • setuptools - 72.1.0
  • numpy -1.26.4
1

1 Answer 1

0

TensorFlow Data Validation is not officially supported on Python 3.12. It is compatible with python versions 3.9 to 3.11. To install tensorflow-data-validation==1.15.1, consider using Python 3.10 or Python 3.11. Check this document for compatible python versions.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.