tensorflow / text

Making text a first-class citizen in TensorFlow.
https://www.tensorflow.org/beta/tutorials/tensorflow_text/intro
Apache License 2.0
1.21k stars 333 forks source link

Build tensoflow-text for Windows #1221

Open prshir opened 9 months ago

prshir commented 9 months ago

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?

said-ml commented 5 months 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.