Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,我的问题是,每当我尝试安装包 (cv2)/(pip install cv2) 时,它都会显示错误,因为标题显示我的代码是使用 opencv 的 python 代码,如果您对此问题有任何想法或答案,请回复谢谢你的时间。抱歉,stackoverflow 不允许我发布代码,很抱歉您看不到代码
只是问谷歌如何安装Opencv ....
对于python2:
pip install opencv-python
对于python3
pip3 install opencv-python