text icon indicating copy to clipboard operation
text copied to clipboard

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

Open theraghavjuneja opened this issue 1 year ago • 2 comments

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

theraghavjuneja avatar Mar 23 '24 10:03 theraghavjuneja

If OS is Windows, it won't install

MAINSUP avatar Mar 24 '24 03:03 MAINSUP

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

sun1638650145 avatar Mar 26 '24 08:03 sun1638650145