Answers for "attributeerror: module 'cv2.cv2' has no attribute 'version'"

3

AttributeError: module 'cv2.cv2' has no attribute 'face'

pip install --force-reinstall opencv-contrib-python
#if you use anaconda execute this command after the first
conda activate
Posted by: Guest on February-27-2021
1

AttributeError: module 'cv2' has no attribute 'imread'

pip uninstall opencv-python
pip uninstall opencv-contrib-python
Posted by: Guest on June-14-2021

Code answers related to "attributeerror: module 'cv2.cv2' has no attribute 'version'"

Browse Popular Code Answers by Language