본문 바로가기

python

pycharm 모듈 import 에러

반응형

This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and class-level items are supported better than instance items.

위와 같은 에러가 난다면 File > Setting > Project > Project Structure > 모듈이 포함된 폴더 클릭 후 Source 버튼 체크

반응형

'python' 카테고리의 다른 글

[python] collections.Counter  (0) 2020.03.21
[python] filter  (0) 2020.03.20
[python] lambda 표현식  (0) 2020.03.13
[python] 실행 시간 체크  (0) 2020.03.12
파이썬 반복문에서 index에 접근하는 방법  (0) 2020.03.09