Path issues while using imports in Python Projects

📰 Reddit r/learnprogramming

├── data ├── production │ └── phase1(multiChatbot) │ └── phase1.ipynb ├── src │ ├── __init__.py │ └── llm.py ├── config.yml └── requirements.txt This is my project dir. So let me give a short description about this first. Under llm.py I am reading config.yml . I then imported that src.llm under production/phase1/phase1.ipynb for experiments purpose and then get an error that s

Published 15 Jun 2026
Read full article → ← Back to Reads