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.
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.