You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered:
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?
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/
The text was updated successfully, but these errors were encountered: