I wanted to use the new pipeline “pretrained_embeddings_convert” which includes ConveRT, but I’m getting this error:
Exception: Not all required importable packages are installed. To use this pipeline, you need to install the missing dependencies. Please install the package(s) that contain the module(s): tensorflow_text
I then tried to install tensorflow_text which I believe is included in tensorflow-text package (as it says here), but I got the error:
ERROR: Could not find a version that satisfies the requirement tensorflow-text (from versions: none)
ERROR: No matching distribution found for tensorflow-text
are you operating on Windows? Currently, tensorflow_text is not supported on non-Linux platforms and as far as I have seen, there is no plan to support it during the next few weeks.