Open prshir opened 1 year ago
if your project with tensorflow-text you can clone the repository :git clone https://github.com/tensorflow/text , if you to install library that require tensorflow-text, unfortunately tensorflow-text does not yet supported by the windows platform, i've try the unrecommended process , wheel process but does not work either, so options are changing the frameworks and work with other (e,g spacy, nltk...etc) or change the platform to linux, macos that supported tensorflow-text.
Hello! Last official version of tensoflow-text for Windows is 2.10. The most obvious way for those who need this package's last version on Windows is to build it from sources. Are the sources ready to be build on Windows or there are errors expected? I've got error "Build did NOT complete successfully" when trying to build whl in Bazel with no explanations. Could it be problems with the sources or I am doing build wrong? Or maybe anybody has built the whl already and could share it?