tensorflow / text

Making text a first-class citizen in TensorFlow.
https://www.tensorflow.org/beta/tutorials/tensorflow_text/intro
Apache License 2.0
1.23k stars 344 forks source link

TensorFlow Text Installation #1312

Open joel1610-hon opened 2 months ago

joel1610-hon commented 2 months ago

Despite following all recommendations for downloading tensorflow-text I have been unsuccessful

(TensorFlowTestVenv) C:\Users\JoelHoneymanOMJ>pip install tensorflow-text ERROR: Could not find a version that satisfies the requirement tensorflow-text (from versions: none) ERROR: No matching distribution found for tensorflow-text

(TensorFlowTestVenv) C:\Users\JoelHoneymanOMJ>pip install tensorflow-text==2.17.0 ERROR: Could not find a version that satisfies the requirement tensorflow-text==2.17.0 (from versions: none) ERROR: No matching distribution found for tensorflow-text==2.17.0

(TensorFlowTestVenv) C:\Users\JoelHoneymanOMJ>pip install -U tensorflow-text==2.17.0 ERROR: Could not find a version that satisfies the requirement tensorflow-text==2.17.0 (from versions: none) ERROR: No matching distribution found for tensorflow-text==2.17.0

TensorFlow version 2.17.0 is successfully downloaded and I have used for other purposes so I cannot workout where the error arises. Thank you.