Ben Nuttall

Results 347 comments of Ben Nuttall

I've registered piwheels on PyPI with an empty version 0.0 release - need to do a proper release at a reasonable save point!

This is great, thanks. What's the significance of the colours?

Thanks What's supposed to happen if we have failed builds for a package? e.g. [pyglm](https://www.piwheels.org/project/pyglm/) shows blue but we don't have wheels for any recent versions: ![](https://img.shields.io/piwheels/v/pyglm) Currently it seems...

I agree that showing the latest version with (any) files would be most useful. Then all remains is what to do about a package we have zero files for.

@seibert is it possible to build llvmlite from source on Raspberry Pi? Are there any build requirements, e.g. debian packages? I run a repo at [piwheels.org](https://www.piwheels.org/) where we build armv7...

Thanks - sounds great! > The problem you are running into is that llvmlite requires a specific version of LLVM Does that requirement affect users or just when you build...

An overview: Although the hardware spec of Pi 1/Zero is ARMv6, Pi 2 is ARMv7 and Pi 3 is ARMv8, the reality is that Raspbian runs in ARMv6 user space...

We only provide wheels for 32-bit systems.

> How relevant is 32-bit armhf support these days? If you only supported aarch64, would that be a problem? The Raspberry Pi generally runs a 32-bit operating system. Pi 3...