MuhammadMoinFaisal / YOLOv8_Segmentation_DeepSORT_Object_Tracking

YOLOv8 Segmentation with DeepSORT Object Tracking (ID + Trails)
249 stars 64 forks source link

ERROR: '.[dev]' is not a valid editable requirement. It should either be a path to a local project or a VCS URL #9

Open ReinerBRO opened 1 year ago

ReinerBRO commented 1 year ago

when I run the code ' pip install -e '.[dev]' ' to install dependencies. It raised this error. What's wrong?

ReinerBRO commented 1 year ago

well,I run ' pip install -e ".[dev]" ' instead and it was setttled.

ReinerBRO commented 1 year ago

but raised warning " WARNING: Ignore distutils configs in setup.cfg due to encoding errors. WARNING: Ignore distutils configs in setup.cfg due to encoding errors."