I get below error when running on Bitbucket Pipeline:test/unit/test_utils.py:2: in <module>from my_app.utils import hash_passwordE ModuleNotFoundError: No module named 'my_app'G'day, @Saad Naveed
The error message "ModuleNotFoundError: No module named" typically happens when the module it tries to access can't be located. This is not a pipeline issue but rather your config.
I suggest checking the following documentation on the possible solution:
ModuleNotFoundError: no module named Python
ModuleNotFoundError: no module named Python Error [Fixed]
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.