github-codespaces

ModuleNotFoundError while using GitHub codespace editor

ModuleNotFoundError while using GitHub codespace editor Question: Recently I started using GitHub codespace for the first time. I created a new codespace from one of my repositories. Assuming the folder structure as below: my-codespace |— utils |—— my_script.py |— config.py I get the following error when I import config.py inside my_script.py: ModuleNotFoundError: No module named …

Total answers: 2