MuhammadMoinFaisal / YOLOv8-DeepSORT-Object-Tracking

YOLOv8 Object Tracking using PyTorch, OpenCV and DeepSORT
807 stars 222 forks source link

pip install -e '.[dev]' ERROR #38

Open pioneerRick opened 1 year ago

pioneerRick commented 1 year ago

pip install -e '.[dev]' 得到了这个结果 ERROR: '.[dev]' is not a valid editable requirement. It should either be a path to a local project or a VCS URL (beginning with bzr+http, bzr+https, bzr+ssh, bzr+sftp, bzr+ftp, bzr+l p, bzr+file, git+http, git+https, git+ssh, git+git, git+file, hg+file, hg+http, hg+https, hg+ssh, hg+static-http, svn+ssh, svn+http, svn+https, svn+svn, svn+file). 这是怎么回事?

Setitch commented 11 months ago

try to use ".[dev]" instead

sjdch commented 1 week ago

楼上解决了么?我也是这个问题