Skip to content

benchmarking: cannot install pypy-devel #340

Open
@dev2y

Description

@dev2y

Trying to install PyPy, using the following command.
PyPy: sudo dnf install pypy-devel

But I am getting the following error on CentOS9. Same error on Ubuntu. What I am missing?

dnf install pypy-devel
Last metadata expiration check: 1:09:41 ago on Fri 31 May 2024 10:51:30 AM PDT.
No match for argument: pypy-devel
Error: Unable to find a match: pypy-devel

I then installed it with apt install pypy3
Not sure, if this is the right way.

Later I tried to run the benchmark. pyperformance run -o py310.json

But it is failing with the following error. Proxy is set and no issues with installing any packages.

/home/pyperformance/venv/cpython3.10-eb1267903658-compat-af96b9431081/bin/python -m pip install -U 'setuptools>=18.5' wheel

Requirement already satisfied: setuptools>=18.5 in ./venv/cpython3.10-eb1267903658-compat-af96b9431081/lib/python3.10/site-packages (59.6.0)
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f989867b580>: Failed to establish a new connection: [Errno 101] Network is unreachable')': /simple/setuptools/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions