Unable to build locally on MacOS with Intel CPU
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.3k
- Forks
- 379
- Avg merge
- 3h 30m
- Merged PRs (30d)
- 8
Description
Starting from TF 2.17 there is no more builds for MacOS with Intel CPU available via PyPi.
But TF Text package uses internal scripts to install TF from PyPi.
As result i have locally built and installed TF. But when i try to build TF Text, it downloads latest available TF version (2.16) and builds against it.
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
Inspect the internal scripts used when building TensorFlow Text and reproduce the build on macOS with an Intel CPU. Verify how the scripts select TensorFlow from PyPI versus an already locally built installation. Done means the package builds against the locally installed TensorFlow instead of downloading version 2.16.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, python, tensorflow
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100