Description
ultralytics/yolo/utils/checks.py imports psutil, but it is not listed in requirements.txt. This causes a ModuleNotFoundError on fresh installs.
Error
ModuleNotFoundError: No module named 'psutil'
Location
ultralytics/yolo/utils/checks.py line 17:
Suggested Fix
Add psutil to requirements.txt.
Description
ultralytics/yolo/utils/checks.pyimportspsutil, but it is not listed inrequirements.txt. This causes aModuleNotFoundErroron fresh installs.Error
Location
ultralytics/yolo/utils/checks.pyline 17:Suggested Fix
Add
psutiltorequirements.txt.