tensorflow / data-validation

Library for exploring and validating machine learning data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

tassosblackg opened this issue · comments

I've tried to install tfdv using pip3 install tensorflow-data-validation

python version is 3.9
tensorflow version is 2.5
working on Manjaro 21.1.6

And I got this 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

What is causing this problem?

TFDV is not yet supported on Python3.9. To install the latest version of TFDV (i.e., 1.4.0), you'll need to use Python3.7 or 3.8.