报错ImportError: No module named ‘depthai’

报错提示:
ImportError: No module named ‘depthai’

解决方法:
这是因为你的python解释器没有找到depthai,可能的原因有:
1.Python API装了吗?用以下命令验证:

 Verify that it appears when you type:

2.你用的操作系统支持吗?如果不支持,你可以从源代码开始安装:

cat /etc/os-release

猜你喜欢

转载自blog.csdn.net/oakchina/article/details/124815260