Skip to content
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

pytest failure to download DLL #2083

Open
MathsCell opened this issue Nov 14, 2024 · 0 comments
Open

pytest failure to download DLL #2083

MathsCell opened this issue Nov 14, 2024 · 0 comments

Comments

@MathsCell
Copy link

MathsCell commented Nov 14, 2024

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:

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant