snips-nlu-parsers
snips-nlu-parsers copied to clipboard
[Python] Wheel for Raspberry PI?
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.
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.
@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.
how would one use the wheel?