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

arm64 wheels #122

Merged
merged 90 commits into from
Dec 20, 2022
Merged

arm64 wheels #122

merged 90 commits into from
Dec 20, 2022

Conversation

jameskermode
Copy link
Member

New PR forked from #117 for arm64 support

pastewka and others added 26 commits December 6, 2022 21:27
With "-dirty" as version suffix, pip fails the wheels installation with the
following errors:

- pip 22.3.1 `WARNING: Built wheel for matscipy is invalid: matscipy-0.8.0.rc1.dev89+gb96ca41-dirty-cp310-cp310-linux_x86_64.whl is not a valid wheel filename.`
- pip 22.2.2 `WARNING: Built wheel for matscipy is invalid: matscipy has an invalid wheel, matscipy has an invalid wheel, multiple .dist-info directories found: matscipy-0.8.0.rc1.dev90+g0ebd368.dist-info, matscipy-0.8.0.rc1.dev90+g0ebd368-dirty.dist-info`

The wheels naming convention allows for a numeric build tag, so "-dirty" does
not work. With ".dirty" it becomes part of the version spec.
ImportError is too generic for trying to import ._matscipy, DLL problems can be overlooked.
@jameskermode
Copy link
Member Author

Once #117 is merged this branch will need to be rebased on master.

@pastewka pastewka merged commit e4c03c9 into master Dec 20, 2022
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

Successfully merging this pull request may close these issues.

None yet

3 participants