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