ERROR : Could not find a version that satisfies the requirement tensorflow-text

Hi, I’m unable to install tensorflow-text in pycharm using pip. I want to find the compatible version of tensorflow-text with tensorflow.
ERROR : Could not find a version that satisfies the requirement tensorflow-text (from versions : none)
ERROR: No matching distribution found for tensorflow-text

OS: Windows 10
Python: 3.11.9
Tensorflow: 2.18.0rc2

Hi @muskaan_chaudhary, As per the tensorflow-text documentation,
After version 2.10, pip packages are only available for Linux x86_64 and Intel-based Macs.For other systems like Windows, Aarch64, and Apple Macs, pip packages are not provided. Thank You.