当前位置 : 主页 > 编程语言 > python >

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

来源:互联网 收集:自由互联 发布时间:2022-06-15
- 1.pip uninstall opencv-python - 2.pip uninstall opencv-contrib-python - 3.pip install opencv-python - 4.pip install opencv-contrib-python 问题即可得到解决,面对pip下载速度慢的问题,前边的博客有解决方案,可以使用


- 1.pip uninstall opencv-python
- 2.pip uninstall opencv-contrib-python
- 3.pip install opencv-python
- 4.pip install opencv-contrib-python
问题即可得到解决,面对pip下载速度慢的问题,前边的博客有解决方案,可以使用清华的镜像



网友评论