I am working on an AI fire detection system using YOLOv8 and python, the system works perfectly on my laptop but on my raspberry pi, I am facing many problems. pip install is not working, I am getting “externally-managed-environment”.
What shall I do? I tried using a virtual environment using “venv” but when I tried to run the code, I still got an error “no module named ultralytics” even though on the terminal I tried reinstalling it and I got “ultralytics already seems to be installed”.
Fedoua Khend is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.