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

Export PIP_BREAK_SYSTEM_PACKAGES=1 by default. #33

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

nikolaszimmermann
Copy link
Member

This avoids the error message when installing python packages, that on Ubuntu you should install the python-xxxx packages instead of using pip3 install, if possible.

When that is set the error is suppressed, and one doesn't need to pass '--break-system-packages' to python manually.

This avoids the error message when installing python packages,
that on Ubuntu you should install the python-xxxx packages instead of
using pip3 install, if possible.

When that is set the error is suppressed, and one doesn't need to
pass '--break-system-packages' to python manually.
Copy link
Contributor

@alexgcastro alexgcastro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@TingPing TingPing merged commit 38bbcbb into main Jul 31, 2024
4 checks passed
@TingPing TingPing deleted the nzimmermann/remove-annoying-python-warning branch July 31, 2024 16:50
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.

3 participants