Skip to content

Missing psutil dependency in requirements.txt #281

@Xyc2016

Description

@Xyc2016

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:

import psutil

Suggested Fix

Add psutil to requirements.txt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions