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

Can't update our CI to use 24.04 because of installation in system python #1057

Open
kimwnasptd opened this issue Sep 5, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@kimwnasptd
Copy link
Contributor

Bug Description

In 24.04 the Python version includes PEP668

The following PEP disallows by default to install packages in the system-wide python installation.
https://stackoverflow.com/questions/77676556/whats-the-correct-way-to-use-user-local-python-environment-under-pep668

In order to use 24.04 and onwards we'll need to always use virtual environments to avoid this issue

To Reproduce

  1. Bump Ubuntu version to 24.04 in any of our CI

Environment

Any of our repos that

  1. doesn't use 24.04 for testing
  2. doesn't create a virtual environment for running the tests

Relevant Log Output

$ pip install setuptools --user
error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.
    
    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.
    
    If you wish to install a non-Debian packaged Python application,
    it may be easiest to use pipx install xyz, which will manage a
    virtual environment for you. Make sure you have pipx installed.
    
    See /usr/share/doc/python3.11/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

Additional Context

This is not the case for 22.04

@kimwnasptd kimwnasptd added the bug Something isn't working label Sep 5, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6208.

This message was autogenerated

@mvlassis
Copy link
Contributor

Let's keep in mind that we want to keep the same version of Ubuntu as the one we use for building/running the charms.

@kimwnasptd
Copy link
Contributor Author

We saw the same issue with using tox in the charmed-actions charmed-kubernetes/actions-operator#82

The suggested approach there is to use virtual environments as discussed above.

@jnsgruk
Copy link
Member

jnsgruk commented Sep 23, 2024

FWIW I solved this problem in these two commits:

@addyess
Copy link

addyess commented Sep 24, 2024

@kimwnasptd try again now that actions-operator and pytest-operator have been updated to support this better

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants