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
In this attached log, after building cp38-win_amd64 wheel, we read in "Testing wheel..." section: platform win32 .... I suppose that because of this platform mismatch (amd64 vs win32) the build DLL cannot be loaded:
E ImportError: DLL load failed while importing ckvh: The specified module could not be found.
and obviously the test fails.
If I build the wheel on my local win_amd64 machine, it builds, loads DLL and passes the tests well.
Description
In this attached log, after building cp38-win_amd64 wheel, we read in "Testing wheel..." section:
platform win32 ...
. I suppose that because of this platform mismatch (amd64 vs win32) the build DLL cannot be loaded:and obviously the test fails.
If I build the wheel on my local win_amd64 machine, it builds, loads DLL and passes the tests well.
Build log
https://github.com/MathsCell/kvh/actions/runs/11835078379/job/32977117053
CI config
https://github.com/MathsCell/kvh/blob/main/.github/workflows/wheels.yml
The text was updated successfully, but these errors were encountered: