카테고리 없음
Most likely due to a circular import
yunajoe
2022. 8. 27. 13:28
When to occur?!
import 하려는 모듈 이름명과 동일한 python 파일이 있기 때문에 생겼음
How to fix it?!
python 파일 이름을 argparse.py ==> argparse연습.py로 바꿔주니 해결!!