ethereum / blake2b-py

Blake2b hashing in Rust with Python bindings.
MIT License
7 stars 17 forks source link

Provide precompiled packages for Raspberry Pi #1

Open MatthiasLohr opened 4 years ago

MatthiasLohr commented 4 years ago

Hi,

would it be possible to provide precompiled packages also for Raspberry Pi (armhf/aarch64)? Using the source distribution on Raspberry Pis is quite slow and does not succeed (at least for now, takes up to 15 minutes until an error occurs).

Im new into rust, so not sure how I can fix that. If any other people are in the same situation, maybe it helps them if a precompiled wheel is available.

Best regards Matthias

ytrezq commented 3 years ago

Or please provide a setup.py in the source version on PyPi in order to build it from source using pip.