报错Version mismatch between installed depthai lib and the required one by the scrip.

报错提示:

Version mismatch between installed depthai lib and the required one by the scrip.
Required: 2.15.2.0
Installed: 2.15.1.0
Run: pythons install.requirements.py

在这里插入图片描述

解决方法:
按照提示安装指定版本的depthai

python3 -m pip install depthai==2.15.2.0

其他常见报错:
请查看


OAK中国
| OpenCV AI Kit在中国区的官方代理商和技术服务商
| 追踪AI技术和产品新动态

戳「+关注」获取最新资讯↗↗

猜你喜欢

转载自blog.csdn.net/oakchina/article/details/124945276
今日推荐