Replies: 1 comment 3 replies
-
Hi @grekichi, this might be related to the specific compiler in macOS, or a particular binary having an anomalous invalid bit sequence somewhere... I suggest you trying to build it again without the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there !
I need someone's help about wheel data created by setuptools.
I try to create whl data. (ctc-segmentation produced by lumaku)
Build succeeded but that file cannot open by zipfile.py.
Build command is
python -m build --wheel
Error message is below,
Development environment
OS: M1 macOS Monterey 12.7.5
Python ver: 3.10.9
Setuptools==70.0.0 (also tried 69.4.0)
wheel==0.43.0
cython==0.29.36
numpy==1.26.4
Ceated data for build whl is here.
https://github.com/grekichi/p4a_wheel/blob/main/ctc_segmentation-1.7.4-cp310-cp310-macosx_11_0_arm64.whl
This data can open 'The Unarchiver' app.
Prepared each another data by build as follows.
setup.py
project.toml
MANIFEST.in
I cannot discover the error cause.
If you have any advice, please tell me.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions