>> 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
Yes, you are right, this works correctly. > If you read that error message, does that help? Yes, that error message is fine and helpful. The only issue is the assertion error in ensurepip.