MuhammadMoinFaisal / YOLOv8-DeepSORT-Object-Tracking

YOLOv8 Object Tracking using PyTorch, OpenCV and DeepSORT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Sasukiii opened this issue · comments

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

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.

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