ModuleNotFoundError: No module named – while importing a module from another folder
I am getting the famous – ModuleNotFoundError when I try to import a module from another folder. Here is the folder structure – packages – packageA – src – packagename – app.py <– imports the readers.reader_module – __init__.py – readers – __init__.py – reader_module.py <– contains a read() The source under packagename will be packaged … Read more