You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: