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
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!
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_.....
I got this error for
python 3.11
onosx-arm64
after runningpip install ./target/wheels/rust_matchspec*.whl
:The text was updated successfully, but these errors were encountered: