Can't install tensorflow-text~=2.11.0

I got a warning something like

warnings.warn(
No local packages or working download links found for tensorflow-text~=2.11.0
error: Could not find suitable distribution for Requirement.parse('tensorflow-text~=2.11.0')

and if I run pip install 'tensorflow-text~=2.11.0'
I got :

ERROR: Could not find a version that satisfies the requirement tensorflow-text~=2.11.0 (from versions: 2.8.1, 2.8.2, 2.9.0rc0, 2.9.0rc1, 2.9.0, 2.10.0b2, 2.10.0rc0, 2.10.0)
ERROR: No matching distribution found for tensorflow-text~=2.11.0

tensorflow-text 2.11.0 available on pypi

Version Info:

  1. OS: Windows 10
  2. Environment: Conda (miniconda3)
  3. Python: 3.10.8
  4. Tensorflow: 2.11
1 Like

@sabbir2609,

Welcome to Tensorflow Forum!

Thank you for reporting the issue. We will look into it and update you.

According to tensorflow-text installation

After version 2.10, we will only be providing pip packages for Linux x86_64 and Intel-based Macs.

For other systems like Windows, Aarch64, and Apple Macs, TensorFlow relies on build collaborators, and so we will not be providing packages for them. However, we will continue to accept PRs to make building for these OSs easy for users, and will try to point to community efforts related to them.

Thank you!

@chunduriv ,

Thanks for the clarification.

Is there an avenue for us to request for the Windows package for tensorflow-text==2.11.0 from build collaborators?

@wickeat,

Sorry for the delay in responding.

Unfortunately, there are no options at this time.

Thank you!