snips-nlu-parsers icon indicating copy to clipboard operation
snips-nlu-parsers copied to clipboard

[Python] Wheel for Raspberry PI?

Open YuukanOO opened this issue 5 years ago • 3 comments

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.

YuukanOO avatar Apr 07 '19 19:04 YuukanOO

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.

adrienball avatar Apr 09 '19 14:04 adrienball

@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.

pguyot avatar Apr 28 '19 07:04 pguyot

how would one use the wheel?

leahcornelius avatar May 28 '20 12:05 leahcornelius