> Again, not sure what you're expecting there. If python3-pip is supposed to work with pypy, I would expect `apt install pypy3 python3-pip && pypy3 -m ensurepip --version` to return “pip 20.3.4-4”. Instead, it returns the long error message you mentioned above that suggests installing another package.
> No, that should be working. That's why we have ensurepip. Can you try it in a docker image ? Starting from Debian slim, "apt install pypy3 && pypy3 -m venv venv” fails for me.