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
Repairing wheel...
+ delvewheel repair -w C:\Users\runneradmin\AppData\Local\Temp\cibw-run-a31gm3va\cp37-win_amd64\repaired_wheel C:\Users\runneradmin\AppData\Local\Temp\cibw-run-a31gm3va\cp37-win_amd64\built_wheel\pypqc-0.0.6.2rc3-cp37-abi3-win_amd64.whl
repairing C:\Users\runneradmin\AppData\Local\Temp\cibw-run-a31gm3va\cp37-win_amd64\built_wheel\pypqc-0.0.6.2rc3-cp37-abi3-win_amd64.whl
finding DLL dependencies no external dependencies are needed
wheel copied to C:\Users\runneradmin\AppData\Local\Temp\cibw-run-a31gm3va\cp37-win_amd64\repaired_wheel\pypqc-0.0.6.2rc3-cp37-abi3-win_amd64.whl
It might be worth getting a 100% fresh AMD64 Windows installation, putting a fresh Python installation on it, then installing that wheel and seeing if it works without the user having to install the VC Redistributable manually. (I don't remember if the CPython Windows installer includes that, or what; I don't see the DLL in any of the Windows wheels, yet they still "work on my machine"... I guess a remote possibility is the VC Redistributable is getting statically linked into those fat .pyd files?)
If it works, then we might want to just skip the repairwheel step on Windows, since it looks like it might be a no-op for CPython on Windows; and PyPy doesn't have any ABI3 on any platform anyway, so it's not needed there...
Currently, cibuildwheel chokes on the Windows ARM
https://github.com/JamesTheAwesomeDude/pypqc/actions/runs/7732081525/job/21082534390#step:6:6743
The text was updated successfully, but these errors were encountered: