Use virtualenv for Docker Python packages
@mwatts15 is already working on this.
Since Sep 11, 2021.
- Dominant language
- Python
- Stars
- 3.1k
- Forks
- 244
- PR merge metrics
- No merged PRs in 30d
Description
Python packages repackaged by distro package maintainers are constrained mainly so that they work with other packages in the distro. Therefore, using such packages introduces unnecessary constraints in our Python software compared to using Python's conventional packaging format(s): wheels and source tarballs. Furthermore, to isolate our Python requirements from those of the operating system, a virtualenv is recommended.
This task is to replace the use of repackaged python libs in the Docker image with installations from wheels using pip in a virtualenv.
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.
Assessment
This issue has not been assessed yet.