I am trying to run depthai-demo.py in window10 cmd, but I get an error like ModuleNotFoundError: No module named 'depthai'. What should I do?
ModuleNotFoundError: No module named 'depthai'
- Edited
seunghwa
Run install_requirements.py
(located at the same folder as depthai_demo.py
) script in order to install dependencies.
GergelySzabolcs thank i solved it