Ben Nuttall
Ben Nuttall
This can be solved by unpacking in a separate `tal:define`: ```html Even Odd ``` But still, is there (or could there be) a better way?
I tried to build this on a Pi recently and got nowhere. If anyone manages it can they post the instructions here? We can see if it's possible to build...
Sorry if I was unclear. I'm not saying I failed to use the library at all. I've been using the packaged Python 2 version in my projects. My comment above...
Awesome!! Can you publish on PyPI? Let me know if you need help.
:+1:
I tried to build on piwheels but it failed due to the dependency of `cwiid.h`. See output here: http://piwheels.bennuttall.com/cwiid/ I haven't worked out how best to deal with build dependencies...
I'd be happy to build armv7 wheels separately (because it's pygame) if possible. Is there a way to supply the compiler flag to the pip command?
I meant something like `pip wheel pygame==2.0.0 -enable-arm-neon` (I guess that won't work as `enable-arm-neon` is not a pip flag) - but maybe an env var like `ENABLE_ARM_NEON=1 pip wheel...
Ok, one red line I'd have to draw would be creating a Pi4-only wheel and publishing it to piwheels as an armv7 wheel (because Pi 3 users would get it...