Instalar QEMU en trisquel 11

Hola,
estoy tratando de instalar QEMU en trisquel 11 siguiendo sus indicaciones en:

https://www.qemu.org/download/

pero cuando ejecuto ./configure obtengo el siguiente error:

Using './build' as the directory for build output
python determined to be '/usr/bin/python3'
python version: Python 3.10.12

*** Ouch! ***

Python's ensurepip module is not found.
It's normally part of the Python standard library, maybe your distribution packages it separately?
Either install ensurepip, or alleviate the need for it in the first place by installing pip and setuptools for '/usr/bin/python3'.
(Hint: Debian puts ensurepip in its python3-venv package.)

ERROR: python venv creation failed

Tras buscar en ddg y leer algunas entradas en stackoverflow, exchange que no son el caso exacto he leido esta

https://www.qemu.org/2023/03/24/python/

he buscado apt search ensurepip sin resultado. Me leido en una entrada del foro en ingles que algun paquete no es libre.

¿Que puedo hacer?

Gracias.