Hi Ophir (2021.10.19_16:32:18_+0000) > RUN apt-get update && apt-get -y install pypy3 wget > > RUN wget https://bootstrap.pypa.io/get-pip.py && pypy3 get-pip.py > > RUN pypy3 -m ensurepip
The same error. get-pip.py will do nothing to make ensurepip behave any differently. If you want to *use* pip, use "pypy3 -m pip", ensurepip is not a pip wrapper. SR -- Stefano Rivera http://tumbleweed.org.za/ +1 415 683 3272

