-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I am writing a script using wheelfile, and it fails on some wheels that seem otherwise correct. It fails with :
Traceback (most recent call last):
File "../manipulate_wheels.py", line 115, in <module>
main()
File "../manipulate_wheels.py", line 57, in main
with WheelFile(w) as wf:
File "/cvmfs/soft.computecanada.ca/custom/python/envs/manipulate_wheels/lib/python3.8/site-packages/wheelfile.py", line 1224, in __init__
self.validate()
File "/cvmfs/soft.computecanada.ca/custom/python/envs/manipulate_wheels/lib/python3.8/site-packages/wheelfile.py", line 1730, in validate
raise ValueError(
ValueError: METADATA file is not present in the archive or is corrupted.
yet, if I unzip the wheel, there is:
jupyterlab-3.1.7.dist-info/METADATA
I am not sure what causes this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels