작심삼일

[opencv 에러] AttributeError: partially initialized module 'cv2' has no attribute '_registermattype' 본문

정리/잡 에러들

[opencv 에러] AttributeError: partially initialized module 'cv2' has no attribute '_registermattype'

yun_s 2023. 2. 24. 18:53
728x90
반응형

에러

AttributeError: partially initialized module 'cv2' has no attribute '_registermattype'

해결방법

1. 다양하게 깔려있을 수도 있는 opencv를 다 지운다.

pip uninstall opencv-python
pip uninstall opencv-contrib-python
pip uninstall opencv-contrib-python-headless

2. 해당 버전을 설치한다.

pip3 install opencv-contrib-python==4.5.5.62
728x90
반응형
Comments