tensorflow / text

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

Module Installation Error even after using what's mentioned in the readme #1263

Open theraghavjuneja opened 6 months ago

theraghavjuneja commented 6 months ago

import tensorflow as tf

print("TensorFlow version:", tf.version) It printed TensorFlow version : 2.16.1

Now, as mentioned in the heading of readme for tensorflow==2.3.x use tensorflow_text==2.3.x I used pip install tensorflow_text==2.16.1

The code would work fine in google collab but not in actual working directory of computer

MAINSUP commented 6 months ago

If OS is Windows, it won't install

sun1638650145 commented 6 months ago

@theraghavjuneja Currently, pre-compiled packages for Windows are not available. You will need to compile it yourself.