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

numpy binary incompatibility errors on merges to main (but not on PR CIs) #277

Open
drammock opened this issue Jan 17, 2025 · 0 comments
Open

Comments

@drammock
Copy link
Member

drammock commented Jan 17, 2025

a bunch of tests are failing on azure on merges to main, with

ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

(example: https://dev.azure.com/mne-tools/mne-connectivity/_build/results?buildId=32263&view=logs&j=1703785f-b0ab-5f68-8423-695936ace89c&t=050cef19-955a-57b1-eec9-ac4905d57bbe)

which is likely a case of "scipy/pandas/whatever was compiled against numpy 1.x but numpy 2.x is installed"

we should fix this.

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