中国 · 南京 · 栖霞区紫东路2号紫东国际创意园B3-2幢5F
+86-18994094214 (仅工作日:8:30~17:30)
contact@oakchina.cn

【22】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+).

【22】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+).

报错提示:

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