YOLOv8_Segmentation_DeepSORT_Object_Tracking
YOLOv8_Segmentation_DeepSORT_Object_Tracking copied to clipboard
ERROR: '.[dev]' is not a valid editable requirement. It should either be a path to a local project or a VCS URL
when I run the code ' pip install -e '.[dev]' ' to install dependencies. It raised this error. What's wrong?
well,I run ' pip install -e ".[dev]" ' instead and it was setttled.
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."