Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use virtualenv for Docker Python packages #314

Open
mwatts15 opened this issue Sep 7, 2021 · 0 comments
Open

Use virtualenv for Docker Python packages #314

mwatts15 opened this issue Sep 7, 2021 · 0 comments
Assignees

Comments

@mwatts15
Copy link
Contributor

mwatts15 commented Sep 7, 2021

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.

@mwatts15 mwatts15 self-assigned this Sep 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant