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

FIX: including python3-venv package #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jan 31, 2024

  1. FIX: including python3-venv package

    It seems to be required now, else QEMU compilation fails with error:
    ```
    196.9 python determined to be '/usr/bin/python3'
    196.9 python version: Python 3.9.2
    196.9
    196.9 *** Ouch! ***
    196.9
    196.9 Python's ensurepip module is not found.
    196.9 It's normally part of the Python standard library, maybe your distribution packages it separately?
    196.9 Either install ensurepip, or alleviate the need for it in the first place by installing pip and setuptools for '/usr/bin/python3'.
    196.9 (Hint: Debian puts ensurepip in its python3-venv package.)
    196.9
    196.9
    196.9
    196.9 ERROR: python venv creation failed
    196.9
    ```
    Oldes committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a44d80c View commit details
    Browse the repository at this point in the history