728x90
반응형
: 속성이름이 잘못됐거나 없는 속성을 가져오려고 할 경우 발생하는 오류
대개 import module을 하지 않았거나, 호출한 속성의 철자가 틀려서 발생하는 오류이다.
이외에도 호출한 모듈명과 파일명이 같을 경우에도 이 오류가 발생한다고 한다.
728x90
반응형
'Python > error' 카테고리의 다른 글
ERROR: Could not build wheels for opencv-python which use PEP 517 and cannot be installed directly (0) | 2023.12.23 |
---|---|
WARNING: You are using pip version 20.2.1; however, version 22.1.1 is available. (0) | 2022.05.27 |
Exception has occurred: UnboundLocalError (0) | 2022.05.24 |
SyntaxError: invalid syntax (0) | 2022.05.11 |
IndexError: list index out of range (0) | 2022.05.11 |