YOLOv8_Segmentation_DeepSORT_Object_Tracking icon indicating copy to clipboard operation
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

Open ReinerBRO opened this issue 1 year ago • 2 comments

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

ReinerBRO avatar Jul 16 '23 14:07 ReinerBRO

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

ReinerBRO avatar Jul 16 '23 23:07 ReinerBRO

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."

ReinerBRO avatar Jul 16 '23 23:07 ReinerBRO