반응형
1. 에러문제
[Python] AttributeError: module 'cv2.cv2' has no attribute 'face'
2. 해결방법
AnaConda prompt에서
pip install --user contrib-opencv-python 입력하여 설치
Could not install packages due to an EnvironmentError: [WinError 5] 액세스가 거부되었습니다: 'C:\\Users\\myyou\\Anaconda3\\Lib\\site-packages\\cv2\\cv2.cp36-win_amd64.pyd'
Consider using the `--user` option or check the permissions.
위의 문제는 pip install contrib-opencv-python에서
pip install --user contrib-opencv-python --user를 입력해준다.
반응형
'IT' 카테고리의 다른 글
Microsoft Compatibility Telemetry 작업 끝내기 (0) | 2020.01.16 |
---|---|
구글 웹마스터 도구 메타태그 확인하는 방법 (0) | 2020.01.04 |
무료 폰트 미생체 다운로드 (0) | 2019.12.04 |
카카오 메일 만드는 방법 (0) | 2019.11.05 |
[문제해결] pyaudio 설치 시 Microsoft Visual C++ 14.0 is required 오류 error 해결 방법 (0) | 2019.07.03 |
윈도우10(Windows 10)에서 파이썬(Python) 3.7.3 설치 방법 (0) | 2019.07.03 |
[Python] error: OpenCV(4.1.0) C:\projects\opencv-python\opencv\modules\objdetect\src\cascadedetect.cpp:1658: error: (-215:Assertion failed) !empty() in function 'cv::CascadeClassifier::detectMultiScale' 해결하는 방법 (0) | 2019.06.20 |
[PYTHON] No module named 'cv2' 문제 해결하기 (1) | 2019.06.19 |
최근댓글