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
Could not find Python3 library 'C:\\Users\\runneradmin\\AppData\\Local\\pypa\\cibuildwheel\\Cache\\pypy3.7-v7.3.9-win64\\libpypy3.7-c.dll'
Run-time dependency python found: NO (tried sysconfig)
..\meson.build:96:7: ERROR: Python dependency not found
This is only an issue for Pypy-3.7 it seems. If I add CIBW_SKIP: pp37-win* to the action env all other builds succeed (including Pypy-3.8+)
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered:
Description
Pypy-3.7 build fails on x64 Windows GH actions runner.
As far as I can tell from the support matrix this is a supported use case.
Here is a summary my config:
pyproject.toml
Ci fails with:
This is only an issue for
Pypy-3.7
it seems. If I addCIBW_SKIP: pp37-win*
to the action env all other builds succeed (includingPypy-3.8+
)Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: