tensorflow / tensorflow/graphics
Not detecting TF Nightly when installing from whl.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.8k
- Forks
- 374
- PR merge metrics
- No merged PRs in 30d
Description
After building the whl file from the latest branch, if you are running tensorflow nightly, rather than a stable release e.g. tensorflow 2.2, when you pip install the built whl file, it doesn't recognize you already have tensorflow > 1.15.1 installed and thus goes and retrieves the latest stable build and installs that over the top of tf-nightly, which then causes issue. So you can to go through an uninstall all the tensorflow packages and reinstall tf-nightly.
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 by building the wheel from the latest branch and installing it with pip while tf-nightly is present. Inspect the dependency metadata exposed by the built .whl and compare it with pip's handling of tf-nightly. Done means pip keeps tf-nightly installed rather than installing stable TensorFlow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- build-system, machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100