Issues with installing yolov8 on pi zero 2w #16293
-
I have been following the documentation when it came to installing yolo on the pi but i stumbled upon some issues when it came to it. I tried installing yolov8 using docker but the installation failed. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
👋 Hello @scopeturned, thank you for reaching out about your installation challenges with YOLOv8 on the Pi Zero 2W 🚀! We recommend checking our Docs for detailed installation steps that may help address common issues. If this is a 🐛 Bug Report, kindly provide a minimum reproducible example so we can better understand what's happening. For Docker-specific problems, make sure you're following the Docker Quickstart Guide to ensure all steps are correctly implemented. Join us in real-time on Discord 🎧 for quick chats, or delve into discussions on Discourse. You can also explore our Subreddit for community insights. This is an automated response, but rest assured, an Ultralytics engineer will assist you shortly. Stay tuned! 😊 InstallPlease ensure you're using Python>=3.8 with PyTorch>=1.8 for the installation: pip install ultralytics Verified EnvironmentsYOLOv8 can run in these environments, pre-installed with all dependencies (CUDA, PyTorch, etc.):
StatusWhen this badge is green, all Ultralytics CI tests are passing, ensuring correct functionality across multiple platforms. |
Beta Was this translation helpful? Give feedback.
-
I've got a follow up to the problem. The errors that i'm getting are probably due to the fact that i am trying to install yolo on a 32 bit system. I will also post the errors: latest-arm64: Pulling from ultralytics/ultralytics |
Beta Was this translation helpful? Give feedback.
-
Thank you for replying @glenn-jocher! I just want to ask you one final question. Is it possible to pull this off on the pi zero or there is no chance for yolo to work on a 32 bit system? |
Beta Was this translation helpful? Give feedback.
-
I just found out after some more research that the raspberry pi zero 2w has the capability to run a 64 bit version of the OS, so hopefully it will work this time. |
Beta Was this translation helpful? Give feedback.
@scopeturned running YOLOv8 on a Raspberry Pi Zero 2W can be challenging due to its limited resources and 32-bit architecture. It's recommended to use a more powerful Raspberry Pi model, like the Pi 4 or 5, for better performance with YOLOv8.