Hi Ophir (2021.10.19_17:13:16_+0000)

> 
> > 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.

Nope, I get:
$ pypy3 -m ensurepip --version
pip 20.3.4

> > 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.

With an error message that says:

> The virtual environment was not created successfully because ensurepip
> is not available.  On Debian/Ubuntu systems, you need to install the
> python-pip-whl package using the following command.
>
>    apt-get install python-pip-whl
>
> You may need to use sudo with that command.  After installing the
> python-pip-whl package, recreate your virtual environment.

If you read that error message, does that help?

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  +1 415 683 3272

Reply via email to