manywheel CI jobs are failing
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 17.9k
- Forks
- 7.3k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 13
Description
🐛 Describe the bug
+ unzip /__w/vision/vision/pytorch/vision/dist/torchvision-0.16.0.dev20230323+cu118-cp39-cp39-linux_x86_64.whl
/__w/_temp /__w/vision/vision
Archive: /__w/vision/vision/pytorch/vision/dist/torchvision-0.16.0.dev20230323+cu118-cp39-cp39-linux_x86_64.whl
creating: torchvision-0.16.0.dev20230323+cu118.dist-info/
creating: torchvision/prototype/
replace torchvision/_C.so? [y]es, [n]o, [A]ll, [N]one, [r]ename: NULL
inflating: torchvision/_meta_registrations.py
(EOF or read error, treating as "[N]one" ...)
creating: torchvision/prototype/datapoints/
creating: torchvision/prototype/datasets/
Example fail:
https://github.com/pytorch/vision/actions/runs/4499038452/jobs/7916405212
Versions
master
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked GitHub Actions run and inspect the manywheel job around the unzip command shown in the report. Trace why the wheel extraction prompts for an existing torchvision/_C.so; done means identifying and fixing the CI failure, then confirming the manywheel jobs complete successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, python
- Domain
- build-system, ci-cd
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100