🚨[Python] package import error
Dev/Python
·
2025. 3. 15.
🚨 에러코드{user_path}/my-project % python tests/test_scraper.py Traceback (most recent call last): File "{user_path}/my-project/tests/test_.py", line 2, in from scraper.scraper_parser import parse_html # HTML 파싱 함수 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ModuleNotFoundError: No module named '{package}'ModuleNotFoundError: No module named 'scraper.scraper_parser' 오류는 Python이 package..