pyperformance icon indicating copy to clipboard operation
pyperformance copied to clipboard

benchmarking: cannot install pypy-devel

Open dev2y opened this issue 8 months ago • 0 comments

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/

dev2y avatar May 31 '24 19:05 dev2y