openworm / openworm/OpenWorm

Use virtualenv for Docker Python packages

Open
#314 0 comments 0 reactions 1 assignee View on GitHub

@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

  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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.