📌 Python
python - ImportError: attempted relative import with no known parent package
U-chan Seon
2021. 1. 8. 17:14
ImportError: attempted relative import with no known parent package
m.blog.naver.com/wideeyed/221839634437
[Python] relative import with package info
파이썬에서 디렉토리를 이용하여 패키지를 관리할 수 있습니다.그런데 하위 패키지만 사용하지 않고 상위 ...
blog.naver.com
python 3.8 버전
ImportError : Attempted relative import with no known parent package
I am learning to program with python and I am having issues with importing from a module in a package. I have tested commenting off the jedi enabled part and it is not working. I am using the visual
stackoverflow.com