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
This has come up several times, and I honestly don't know enough about rust to actually make it work (but maybe @auscompgeek does?). For anyone who runs into this and really wants to make it work, here's my current thoughts on how this might work:
Need to convince rust to build the python package while cross compiling for the roborio ARM processor
For setuptools and distutils packages, we use crossenv. Not sure how this would interact with a rust build
Anyone who is seriously trying to solve this should make a docker image with the right stuff in it, and manually figure out how to build the python wheel correctly. If you can get that working, I'm willing to automate the rest of it.
The text was updated successfully, but these errors were encountered:
It looks like maybe this sort of thing is already supported by https://github.com/PyO3/maturin-action? But might need to use the roborio cross compiler.
This has come up several times, and I honestly don't know enough about rust to actually make it work (but maybe @auscompgeek does?). For anyone who runs into this and really wants to make it work, here's my current thoughts on how this might work:
Anyone who is seriously trying to solve this should make a docker image with the right stuff in it, and manually figure out how to build the python wheel correctly. If you can get that working, I'm willing to automate the rest of it.
The text was updated successfully, but these errors were encountered: