tensorflow / data-validation

Library for exploring and validating machine learning data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it possible to install tensorflow-data-validation to M1 osx?

turbo1912 opened this issue · comments

Currently getting the following message when I try to install through pip.

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

@turbo1912

TFDV is tested on the following 64-bit operating systems:
macOS 10.14.6 (Mojave) or later.
Could you please refer the provided links PyPI and Doc for compatible versions

and also refer similar issues #7 and #10 ,let us know if this helps.Thanks

@turbo1912

Closing this issue due to inactivity.Please feel free to reopen if this still exists.Thanks

I tried to do the same after installing tf via miniconda. Tf works fine, but pip install tensorflow-data-validation has the same error. Is tfdv compatible with m-1 Macs?