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 python3 venv which is recommended for adhering with PEP 668. #10

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

cmfcruz
Copy link
Contributor

@cmfcruz cmfcruz commented Nov 1, 2024

Starting alpine:3.19 with py3-pip v23.3.1-r0, py3-pip installations using apk will cause the error error: externally-managed-environment when pip attempts to upgrade the pip installation. We now use a virtual env for the test app to avoid this issue.

Change-type: patch

@cmfcruz cmfcruz requested a review from a team November 1, 2024 07:33
Starting alpine:3.19 with py3-pip v23.3.1-r0, py3-pip installations using
apk will cause the error `error: externally-managed-environment` when pip
attempts to upgrade the pip installation.  We now use a virtual env for
the test app to avoid this issue.

Change-type: patch
Signed-off-by: Carlo Miguel F. Cruz <[email protected]>
@cmfcruz cmfcruz force-pushed the cmfcruz/use-python-venv branch from 563cd4a to 045c611 Compare November 1, 2024 07:37
@flowzone-app flowzone-app bot merged commit 38f8542 into master Nov 1, 2024
49 checks passed
@flowzone-app flowzone-app bot deleted the cmfcruz/use-python-venv branch November 1, 2024 07:39
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

Successfully merging this pull request may close these issues.

2 participants