Jackson
08/07/2023, 3:34 AMDeepyaman Datta
08/07/2023, 4:08 AMkedro run
dynamically modifies the path during a local run to include the src/
folder. (This makes sense, because packagin a Kedro project would expose the module defined in src/
, and this is just a fairly standard practice is using a src layout (see https://packaging.python.org/en/latest/discussions/src-layout-vs-flat-layout/, if you don't know what that is).Nok Lam Chan
08/07/2023, 4:32 PMpip install -e .
to install that package.