Michael Helmling

Results 37 comments of Michael Helmling

@queengooborg I would be very happy about such a PR, thank you!

Hi everyone, I just merged a PR that switches to [cibuildwheel](https://cibuildwheel.readthedocs.io/en/stable/) for building wheels. Not sure if that is the reason, but anway there are no longer any compile errors,...

Thinking about it, the root cause for the fix most probably is that we now compile & link our self-built native taglib, instead of relying on the system-wide installation by...

Finally found the time to reproduce this behavior. Indeed, opening a large mp4 file doesn't work on Linux, I tried both CPython 3.11 and PyPy 3.9, both x64. However, I...

Hi @strayer and @titusz, sorry for being inactive. I've finally found some time during the last days to dig into the bloody details of cibuildwheel etc., and managed to successfully...

@titusz thanks also for taking the initiative to upload wheels as pytaglib-wheels on pypi. The only thing that bothers me a bit is that the package looks like it is...

Any news on this? Do you consider merging the fix? Is there something that blocks that?

I'm using cibuildwheel to build the binaries. According to [their documentation](https://cibuildwheel.readthedocs.io/en/stable/faq/#apple-silicon), Apple silicon should work (and the build itself succeeds). The fact that @anthonyscorrea's fix of local compilation works indicates...