pytorch / executorch

On-device AI across mobile, embedded and edge for PyTorch
https://pytorch.org/executorch/
Other
1.41k stars 230 forks source link

UNSTABLE Build Linux Wheels / pytorch/executorch / upload / manywheel-py3_8-cpu #3987

Open huydhn opened 1 week ago

huydhn commented 1 week ago

ET could not be build with python 3.8 atm. Creating this issue to hide the failure on CI until 3.8 build could be included/excluded properly.

Related issues:

pytorch-bot[bot] commented 1 week ago
Hello there! From the UNSTABLE prefix in this issue title, it looks like you are attempting to unstable a job in PyTorch CI. The information I have parsed is below: * Job name: `Build Linux Wheels / pytorch/executorch / upload / manywheel-py3_8-cpu` * Credential: `huydhn` Within ~15 minutes, `Build Linux Wheels / pytorch/executorch / upload / manywheel-py3_8-cpu` and all of its dependants will be unstable in PyTorch CI. Please verify that the job name looks correct. With great power comes great responsibility.
guangy10 commented 1 week ago

@huydhn @dbort I don't think there is a plan to make it work for py3.8. I think we are aiming to make it work for higher version e.g. py3.12 instead. Given that, there will be no need to fix these py3_8 jobs. Is there a way to completed disable/remove it from CI instead?

huydhn commented 1 week ago

Yes, I have a task to make the list of python versions configurable so that ET could choose which the version it needs. Then we can remove 3.8 from ET build and close this issue.