Hi folks!
Thanks for this project, I find the idea of installing zig via pip awesome! ❤️
I'd like to understand how this works under the hood. But so far I didn't manage to build the wheels:
$ python make_wheels.py
142caa3b804d86b4752556c9b6b039b7517a08afa3af842645c7e2dcd125f652 https://ziglang.org/download/0.11.0/zig-windows-x86_64-0.11.0.zip
Traceback (most recent call last):
...
ValueError: ZipInfo required
Full error message here: https://github.com/boisgera/zig-pypi/actions/runs/5837365956/job/15832774824
My platform is Ubuntu with Python 3.11.
Does this error ring a bell for anyone?
Best Regards,
Sébastien
Hi folks!
Thanks for this project, I find the idea of installing zig via pip awesome! ❤️
I'd like to understand how this works under the hood. But so far I didn't manage to build the wheels:
```console
$ python make_wheels.py
142caa3b804d86b4752556c9b6b039b7517a08afa3af842645c7e2dcd125f652 https://ziglang.org/download/0.11.0/zig-windows-x86_64-0.11.0.zip
Traceback (most recent call last):
...
ValueError: ZipInfo required
```
Full error message here: https://github.com/boisgera/zig-pypi/actions/runs/5837365956/job/15832774824
My platform is Ubuntu with Python 3.11.
Does this error ring a bell for anyone?
Best Regards,
Sébastien