-
Notifications
You must be signed in to change notification settings - Fork 247
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
Building pp37-win32
wheel fails - Outdated PyPy 3.7
download link
#1041
Comments
8 tasks
PyPy dropped Windows 32 bit support in version 7.3.4 (when they added 64-bit support, actually). Do you actually need 32-bit Windows PyPy wheels? Also, wasn't expecting the link to stop working, even it it's a bit older (and especially as the final supported version). CC @mattip. |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Reference workflow - https://downloads.python.org/pypy/pypy3.7-v7.3.3-win32.zip
Building
pp37-win32
wheel is failing onWindows
32bit
ascibuildwheel
is trying to downloadPyPy 3.7
through an outdated link (an older version) - https://downloads.python.org/pypy/pypy3.7-v7.3.3-win32.zip - which is no longer active. The active link is - https://downloads.python.org/pypy/pypy3.7-v7.3.8-win64.zipCan this be fixed from our end or is this a core
cibuildwheel
issue?Build log
https://downloads.python.org/pypy/pypy3.7-v7.3.3-win32.zip
CI config
https://github.com/Saransh-cpp/PyBaMM/blob/failing-build-wheels/.github/workflows/build_wheels.yml
The text was updated successfully, but these errors were encountered: