I’m trying to install tensorflow-text, but I have this error:
ERROR: Could not find a version that satisfies the requirement tensorflow_text (from versions: none)
ERROR: No matching distribution found for tensorflow_text
Defaulting to user installation because normal site-packages is not writeable
My Tensorflow version is 2.16.1.
I tried:
pip install tensorflow-text
pip install tensorflow-text==2.16.1
pip install -U tensorflow-text==2.16.1
None of this works.
New contributor
Gael123 Robes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1