riscv-emulator-docker-image icon indicating copy to clipboard operation
riscv-emulator-docker-image copied to clipboard

FIX: including `python3-venv` package

Open Oldes opened this issue 5 months ago • 0 comments

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 avatar Jan 31 '24 10:01 Oldes