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

How to complile for pypy3 on arm? #28

Open
dulouie opened this issue Sep 27, 2024 · 1 comment
Open

How to complile for pypy3 on arm? #28

dulouie opened this issue Sep 27, 2024 · 1 comment

Comments

@dulouie
Copy link

dulouie commented Sep 27, 2024

I want to use the python bindings with pypy3 on a raspberry pi. How can i compile with maturin and pyenv?

@leighleighleigh
Copy link
Owner

There is an old aarch64 build on pypi
.. I'd recommend diff-ing the git commit history to find a version of 'cross-build.sh' that worked to produce those binary python wheels. I believe it relied mostly on cross-rs.

FYI: This was primarily a university project for me, and the more recent commits (urgent bug fixes and NixOS compatibility) resulted in loss of the raspi cross-compiling scripts, which I never got around to fixing. Sorry about that, I think my goal was to do all the cross-compiling via Nix, but I didn't figure it out, and definitely couldn't figure out how to export a wheel from that...

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