MuhammadMoinFaisal / YOLOv8-DeepSORT-Object-Tracking

YOLOv8 Object Tracking using PyTorch, OpenCV and DeepSORT
761 stars 209 forks source link

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

Closed Sasukiii closed 1 year ago

Sasukiii commented 1 year ago

I met this problem when i want to insatll the dependencies and follow the command :pip install -e '.[dev]', I want to Know how to solve this please

Sasukiii commented 1 year ago

I was able to run your supplied code perfectly on pycharm's windows Powershell-based terminal, but in anaconda's virtual environment, pip install -e won't work.

MuhammadMoinFaisal commented 1 year ago

I will check when i get some time and will let you know