Next, I've been trying to install tensorflow-text on my windows 11 laptop but been getting these errors:
with pip:
ERROR: Could not find a version that satisfies the requirement tensorflow-text (from versions: none)
ERROR: No matching distribution found for tensorflow-text
with git clone:
ERROR: Directory '.' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
First, Great job!! 🙌
Next, I've been trying to install tensorflow-text on my windows 11 laptop but been getting these errors:
with pip:
with git clone:
Am I doing anything wrongly?
Thanks.
Same problem here, but on windows 10. Maybebecause no Windows pip package is released anymore?
https://github.com/tensorflow/text: "For other systems like Windows, Aarch64, and Apple Macs, TensorFlow relies on build collaborators, and so we will not be providing packages for them."
Getting the same issue for tensorflow-text==2.16.1. pip does not work.
Any guidance on what to do for Windows users?