ImportError for modules of the project

I am using the code provided in this repo: GitHub - igolan/bgd: Implementation of Bayesian Gradient Descent
I have cloned the project and created a conda environment by pip install -r requirements.txt
I run one the commands provided in the run_exps.sh but I get the following error:
ImportError: No module named utils.utils
I am running the project in VSCode and I have no idea why I’m getting this error, so any help and hints is greatly appreciated. considering Python’s importing rules I have no idea why this is not working.

The repository seems to be abandoned so I’m unsure how much support you would get from the authors. In any case, did you check your Python environment and made sure the package is installed?
Alternatively, try to build it locally (in case you need to actually build it) or just cd into their dir and try to execute the scripts locally.