由于我正在从 pandas DataFrames 转移到 TensorFlow 数据集,因此在数据探索和验证方面,我想使用tensorflow-data-validation
而不是更传统的。pandas-profiling
但是,pip install tensorflow-data-validation
给出以下错误:
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
可能是什么问题呢?这个旧的 GitHub 问题解释了这可能是由于 Python 版本造成的,但是 Apache Beam(tensorflow-data-validation
可能依赖于它)现在与 Python 3 完全兼容,所以它一定是别的东西。
我的环境如下:
- 蟒蛇 3.9.2
- TensorFlow 2.6.0
- Debian GNU/Linux 11(靶心)
- 点 21.3