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

Conversation

Oldes
Copy link

@Oldes Oldes commented Jan 31, 2024

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

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
```
Copy link

@hangy hangy left a comment

Choose a reason for hiding this comment

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

Works for me

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