text: No matching distribution found for tensorflow-text

I failed to install tensorflow-text.

When I enter pip install -U tensorflow-text

There was an error:

Could not find a version that satisfies the requirement tensorflow-text (from versions: ) No matching distribution found for tensorflow-text

  • Python 3.5.4 [MSC v.1900 64 bit (AMD64)] on win32
  • Tensorflow 2.0.0rc0

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 7
  • Comments: 21 (5 by maintainers)

Most upvoted comments

UGH! I’ve been trying on Mac, Linux, and Windows, and nothing has worked.

Thanks; and my apologies about this confusion. When I revisited this issue I overlooked you had win32 as the platform. Unfortunately, Windows is still an open issue, as we don’t have builds for it yet. We’ve left #44 open to track it, and I probably should’ve marked this as a duplicate originally.

We very much want to support Windows, but honestly have had difficulty finding the eng time to work through the build issues. I cannot give a good ETA as much as I wish I could, as there are a large number of TF users on Windows that we want to support.

I have the same error on Mac. Python 3.8 TF 2.6.2 @broken could you please reopen this issue?

I have the same issue too:

  • Windows 64 + python 3.6
  • Installed successfully: tensorflow_hub, tensorflow2, sentencepiece
  • Not supported: TensorFlow-text

So, when iI try loading models of the universal-sentence-encoder-multilingual, I got the followin error:

NotFoundError: Op type not registered ‘SentencepieceEncodeSparse’ in binary running on … Make sure the Op and Kernel are registered in the binary running in this process. Note that if you are loading a saved graph which used ops from tf.contrib, accessing (e.g.) tf.contrib.resampler should be done before importing the graph, as contrib ops are lazily registered when the module is first accessed.

Isn’t it solved yet?

I have the same issue as @mzeidhassan Sept-Oct-Dec-Jan-Feb-Mar and we still here.

same thing here. I cannot use it on Windows.

ERROR: Could not find a version that satisfies the requirement tensorflow_text (from versions: none)
ERROR: No matching distribution found for tensorflow_text

I hope Windows will be supported soon.

@broken nice talk at TensorFlow World, and great work here!

You say above, in a thread about Windows binaries, “have releases for 1.15 and 2.0”, yet I don’t see them at https://pypi.org/project/tensorflow-text/2.0.0rc0/#files

Would love to use the tool … on Windows! Any chance they can be uploaded to PyPi?

I have the same issue, referring to pypi link https://pypi.org/project/tensorflow-text/#files , I think maybe I have to change to other OS platform. Also I hope it works on Windows someday.

@broken I have the same error message No matching distribution found for tensorflow-text and I’m on windows 10. I can’t use tensorflow-text yet if I’ve well understood the posts above, right?

tensorflow 2.1.0 Python 3.6.7