tensorflow / tensorflow/graphics

Source install instructions outdated

Open
#580 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
2.8k
Forks
374
PR merge metrics
No merged PRs in 30d

Description

Current latest stable release (v.1.0.0) is too outdated and has bugs which are fixed in the master branch.

I'm attempting to install from source, but the instructions are possibly outdated.
I tried:

python setup.py sdist bdist_wheel --universal
pip install --upgrade dist/*.whl

which did not give any errors, and I can import library and get tfg.__version__='2021.6.7', however most modules are missing. For example, tfg.geometry returns

AttributeError: module 'tensorflow_graphics' has no attribute 'geometry'

Can you update instructions / point towards what's an obvious step I'm missing?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Read tensorflow_graphics/g3doc/install.md and compare its source-install steps with the reported setup.py sdist bdist_wheel --universal and pip install --upgrade dist/*.whl commands. Reproduce the install and check the reported version and tfg.geometry import. Done means the instructions produce an installation with the expected modules, or clearly identify the missing step.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, tensorflow
Domain
build-system, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.