tensorflow / tensorflow/graphics
Update Install Docs to use 'setup.py' instead of build_pip_pkg.sh (which does not exist).
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 374
- PR merge metrics
- No merged PRs in 30d
Description
Here:
and here:
it says use build_pip_pkg.sh to install but that file is not in the repository. Seems like the user should instead do python setup.py
Needed this to install on OSX.
Also I needed to install openexr manually from source (v2.5.5) for both Ubuntu and OSX, I got compile errors otherwise, e.g. via pip install tensorflow_graphics or python setup.py
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 tensorflow_graphics/g3doc/install.md and compare it with the linked TensorFlow Graphics install page. Replace the reference to the missing build_pip_pkg.sh with the repository's setup.py installation instructions, and document the reported OpenEXR prerequisite only if the project documentation supports it. Done means the installation guidance matches available repository files and covers the reported OSX and Ubuntu issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100