报错提示:
ERROR:./depthai_sdk is not a valid editable requirement. It should either be a path to a local project or a VCS URL(beginning with svn+,git+,hg+,or bzr+).
解决方法:
你没有进入depthai目录,进入目录后再安装。用以下命令:
cd depthai
python3 -m pip install -r requirements.txt
或这个命令:
cd depthai
python3 install_requirements.py