pivy-importer: how to include a package from a URL/wheel file
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 603
- Forks
- 142
- PR merge metrics
- No merged PRs in 30d
Description
E.g. the library `tensorflow` is not in pypi. Instead the instructions to install the library are
```
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/gpu/tensorflow-0.10.0-py2-none-any.whl
sudo pip install --upgrade $TF_BINARY_URL
```
How do I include this package in the `ivy-repo` generated by `pivy-importer`?
Contributor guide
No contributing guide indexed for this repository
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 reading the pivy-importer entry point and the code that generates the ivy-repo, then trace how Python packages and their sources are represented. Verify how a package supplied by a URL or wheel file should be recorded, and confirm that the generated ivy-repo can include and install the TensorFlow example dependency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100