TensorFlow的官网:https://www.tensorflow.org/install
TensorFlow Text的官网:https://github.com/tensorflow/text
TensorFlow Text 一文读懂:https://blog.csdn.net/sinat_26811377/article/details/100573277
Python在安装tensorflow-text时报错:
ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none)
ERROR: No matching distribution found for tensorflow
为什么会出现报错呢?由于TensorFlow-text是基于TensorFlow来运行,因此首先从TensorFlow开始排查问题。
1.首先是在安装TensorFlow时报错:
Cou