Kaggle/docker-python

Ultralytics YOLOv8 Kaggle CPU notebook running deprecated Python 3.7

glenn-jocher opened this issue ยท 1 comments

๐Ÿ› Bug

Python 3.7 end-of-life was more than 6 months ago but Kaggle is still running it on CPU notebooks causing our users to raise bug reports at https://github.com/ultralytics/ultralytics when they are not able to install the latest package requiring Python>=3.8.0.

See https://devguide.python.org/versions/ for end of life details on the various Python versions.

Reproduce

https://www.kaggle.com/code/ultralytics/yolov8/edit/run/138401128

Screenshot 2024-01-22 at 18 48 46

Originally raised in

ultralytics/ultralytics#7729

closing out this old bug...

since this post, we have upgraded to python 3.10.13 on newer notebooks.
We are able install latest Ultralytics (8.2.26) via pip on cpu.

this have been self-resolved.

Screenshot 2024-05-30 at 11 04 33โ€ฏAM