Module Installation Error even after using what's mentioned in the readme
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 379
- Avg merge
- 3h 30m
- Merged PRs (30d)
- 8
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the README section describing TensorFlow and tensorflow-text version compatibility, then reproduce the reported installation in a local working directory using TensorFlow 2.16.1. The issue does not include the actual installation error or environment details, so capture the full traceback and platform information; done means the mismatch is reproduced and the README or installation guidance clearly reflects the supported setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- documentation, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100