indygreg / indygreg/PyOxidizer
Override resource location for a particular package installed through `pip install -r requirements.txt`
Open
- Dominant language
- Rust
- Stars
- 6.2k
- Forks
- 256
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
We have numpy pinned in `requirements.txt`. Is there a way to override the resource location for `numpy` specifically without duplicating the numpy install in pyoxidizer.bzl using `exe.pip_download`?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by tracing how requirements.txt is processed and how exe.pip_download handles package resource locations in pyoxidizer.bzl. Determine whether a per-package override can be represented without duplicating numpy installation, then verify that a requirements-based install still uses the requested location for numpy.
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