How to resolve – ModuleNotFoundError: No module named ‘src’
In this post we will discuss how to resolve the error as ModuleNotFoundError: No module named ‘src’, when you read data from another py file Let’s see one scenario which throws this error Project structure – app.py Now to run the above code – python3 src/util/appReader.py you will get error – This above error is…