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

Wheels for python 3.11 are not supported #30

Open
skupr-anaconda opened this issue Oct 5, 2023 · 3 comments
Open

Wheels for python 3.11 are not supported #30

skupr-anaconda opened this issue Oct 5, 2023 · 3 comments
Assignees

Comments

@skupr-anaconda
Copy link
Contributor

I got this error for python 3.11 on osx-arm64 after running pip install ./target/wheels/rust_matchspec*.whl:

ERROR: rust_matchspec-0.2.1-cp311-cp311-macosx_11_0_arm64.whl is not a supported wheel on this platform.
@remkade remkade self-assigned this Oct 6, 2023
@remkade
Copy link
Owner

remkade commented Oct 6, 2023

I'll probably need to rework some of how this works. I'll start on this once I get some more time, but if you are interested in working on it I'm happy to help advise!

@skupr-anaconda
Copy link
Contributor Author

I will definitely take a look at it next week.

@skupr-anaconda
Copy link
Contributor Author

If I run maturin build --release from the rust_matchspec environment and then run pip install ./target/wheels/rust_matchspec*.whl. It failed.
But if I run the same commands from my conda base environment it succeeded.
The reason is that the rust_matchspec environment missing pip tags for python 3.11 cp311-cp311--macosx_.....

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

2 participants