0
点赞
收藏
分享

微信扫一扫

AttributeError: module ‘cv2‘ has no attribute ‘face‘

代码敲到深夜 2022-03-30 阅读 64
pythonopencv
 - 1.pip uninstall opencv-python
 - 2.pip uninstall opencv-contrib-python
 - 3.pip install opencv-python
 - 4.pip install opencv-contrib-python
问题即可得到解决,面对pip下载速度慢的问题,前边的博客有解决方案,可以使用清华的镜像
举报

相关推荐

0 条评论