Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
theraghavjuneja opened this issue Mar 23, 2024 · 2 comments

Comments

@theraghavjuneja
Copy link

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
Copy link

MAINSUP commented Mar 24, 2024

If OS is Windows, it won't install

@sun1638650145
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants