Hi everyone, I got this error as well (https://git...
# beginners-need-help
s
Hi everyone, I got this error as well (https://github.com/kedro-org/kedro/issues/1409), I would like to know if anybody else got the same error?
Copy code
(.venv) sebaxtian@Lenovo:~/Workspaces/Sebaxtian/kedro-hello-world$ python hello_kedro.py
Traceback (most recent call last):
  File "hello_kedro.py", line 39, in <module>
    print(runner.run(greeting_pipeline, data_catalog))
TypeError: run() missing 1 required positional argument: 'hook_manager'
kedro version: v0.18.0