11
4
Fork
You've already forked zig-pypi
1

make_build_wheels.py fails #13

Closed
opened 2023年08月12日 00:12:35 +02:00 by boisgera · 6 comments
boisgera commented 2023年08月12日 00:12:35 +02:00 (Migrated from github.com)
Copy link

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
Collaborator
Copy link

Try Python 3.10. Does that work?

Try Python 3.10. Does that work?
boisgera commented 2023年08月12日 00:23:27 +02:00 (Migrated from github.com)
Copy link

No, I have the same issue with Python 3.10 (see https://github.com/boisgera/zig-pypi/actions/runs/5837527994/job/15833190226).

No, I have the same issue with Python 3.10 (see https://github.com/boisgera/zig-pypi/actions/runs/5837527994/job/15833190226).
Collaborator
Copy link

That's interesting. I'll take a look.

That's interesting. I'll take a look.
boisgera commented 2023年08月12日 11:02:37 +02:00 (Migrated from github.com)
Copy link

AFAICT, the build works with Python 3.10 AND wheel 0.38 (but not wheel 0.40).

AFAICT, the build works with Python 3.10 AND wheel 0.38 (but not wheel 0.40).
boisgera commented 2023年08月12日 11:19:49 +02:00 (Migrated from github.com)
Copy link

AFAICT, the build works with Python 3.10 AND wheel 0.38 (but not wheel 0.40).

See https://github.com/boisgera/zig-pypi/actions/runs/5840512680

> AFAICT, the build works with Python 3.10 AND wheel 0.38 (but not wheel 0.40). See https://github.com/boisgera/zig-pypi/actions/runs/5840512680
Collaborator
Copy link

All right. I'll add a lockfile to avoid this in the future, and investigate the issue as well.

All right. I'll add a lockfile to avoid this in the future, and investigate the issue as well.
Sign in to join this conversation.
No Branch/Tag specified
main
No results found.
Labels
Clear labels
bounty
https://ziglang.org/news/announcing-donor-bounties
bug
Observed behavior contradicts documented or intended behavior.
contributor-friendly
This issue is limited in scope and/or knowledge of project internals.
downstream
An issue with a third-party project that uses this project.
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
infra
An issue related to project infrastructure, e.g. continuous integration.
optimization
A task to improve performance and/or resource usage.
question
No questions on the issue tracker; use a community space instead.
regression
Something that used to work in a previous version stopped working
upstream
An issue with a third-party project that this project uses.
use case
Describes a real use case that is difficult or impossible, but does not propose a solution.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ziglang/zig-pypi#13
Reference in a new issue
ziglang/zig-pypi
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?