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

[Python] Wheel for Raspberry PI? #15

Open
YuukanOO opened this issue Apr 7, 2019 · 3 comments
Open

[Python] Wheel for Raspberry PI? #15

YuukanOO opened this issue Apr 7, 2019 · 3 comments
Labels
question Further information is requested

Comments

@YuukanOO
Copy link

YuukanOO commented Apr 7, 2019

Hi there!

Just wondering if you have any plans to release pre-built wheels for the Raspberry PI?

I don't have any trouble to install it but compiling it takes a long time on a PI.

@adrienball adrienball added the question Further information is requested label Apr 9, 2019
@adrienball
Copy link
Collaborator

Hi @YuukanOO ,
I guess we could cross-compile the rust lib using dinghy and target the Raspberry Pi. I'll try to look at this when I have a bit of time.

@pguyot
Copy link

pguyot commented Apr 28, 2019

@YuukanOO I agree this should be provided. It took 10 hours to build a wheel on a Pi Zero. Pis Zero have a smaller FPU instruction set than more powerful Pis, and judging from rust installation script this might make a difference, so I preferred to compile it directly on the target device.

I did upload the wheel here:
https://github.com/pguyot/snips-nlu-parsers/releases/tag/v0.3.0_SNAPSHOT

It should work on any Pi. I will also upload the wheel for snips-nlu-utils.

@leahcornelius
Copy link

how would one use the wheel?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants