I'm trying to install tensorflow_data_validation but it shows the below error.
it says that i need Python version 2.7 or 3.4+ but I'm using the version 3.10.9.
Also I have the 2.11.0 version of tensorflow
Does anybody know how to fix this issue?
Thanks in advice
#tensorflow_data_validation #tensorflow_data_validation
trying to install it in jupyter notebook installing it in cmd
I have tried to install it in cmd and jupyter notebook but it doesn't work in both ways
Firstly, the package only promises support for Python 3.8 and 3.9 under the most recent release (April 2023). Secondly, installation requires specific dependencies that may not all match simultaneously with your Python too.
I experienced the same issue under the Kaggle docker image which brings Python 3.10.
But I was able to install
tensorflow-data-validationunder Python 3.7 though, using their nightly packages. Here is the terminal screen of the installation done in a virtual environment: