Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

benchmarking: cannot install pypy-devel #340

Open
dev2y opened this issue May 31, 2024 · 0 comments
Open

benchmarking: cannot install pypy-devel #340

dev2y opened this issue May 31, 2024 · 0 comments

Comments

@dev2y
Copy link

dev2y commented May 31, 2024

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant