Yes, I know this is a recurrent question but I still couldn\'t find a convincing answer. I even read at https://chrisyeh96.github.io/2017/08/08/definitive-guide-python-imports.h
This worked for me.
import sys MODULE_FULL_PATH = '///my_project/my_project' sys.path.insert(1, MODULE_FULL_PATH) from my_module import helpers