Thiago José Moser Poletto
10/23/2024, 6:13 PMJuan Luis
10/24/2024, 5:41 AMkedro-vertexai
0.11 supports kedro>=0.19
Juan Luis
10/24/2024, 5:42 AMJuan Luis
10/24/2024, 5:51 AMuv add kedro kedro-vertexai
on Python 3.10 and it succeeded to install the latest kedro 0.19.9 and kedro-vertexai 0.11.1
also uv add "kedro>=0.18.1,<0.19.0" kedro-vertexai
got me kedro 0.18.14 and kedro-vertexai 0.10.0Thiago José Moser Poletto
10/24/2024, 10:14 AMThiago José Moser Poletto
10/24/2024, 10:16 AMJuan Luis
10/24/2024, 10:46 AMThiago José Moser Poletto
10/29/2024, 1:33 PMJuan Luis
10/29/2024, 1:42 PM--verbose
I think the error should be thereThiago José Moser Poletto
10/29/2024, 1:50 PMThiago José Moser Poletto
10/29/2024, 1:50 PMkedro new --starter=spaceflights-pandas --verbose
[10/29/24 13:04:58] INFO Using '/opt/conda/lib/python3.10/site-packages/kedro/framework/project/rich_logging.yml' as __init__.py:270
logging configuration.
Project Name
============
Please enter a human readable name for your new project.
Spaces, hyphens, and underscores are allowed.
(Spaceflights Pandas): jarvis
Traceback (most recent call last):
File "/opt/conda/lib/python3.10/site-packages/cookiecutter/utils.py", line 44, in make_sure_path_exists
Path(path).mkdir(parents=True, exist_ok=True)
File "/opt/conda/lib/python3.10/pathlib.py", line 1175, in mkdir
self._accessor.mkdir(self, mode)
PermissionError: [Errno 13] Permission denied: '/home/jupyter/kedroai_plugin/jarvis'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/conda/lib/python3.10/site-packages/kedro/framework/cli/starters.py", line 956, in _create_project
result_path = cookiecutter(template=template_path, **cookiecutter_args)
File "/opt/conda/lib/python3.10/site-packages/cookiecutter/main.py", line 182, in cookiecutter
result = generate_files(
File "/opt/conda/lib/python3.10/site-packages/cookiecutter/generate.py", line 320, in generate_files
project_dir, output_directory_created = render_and_create_dir(
File "/opt/conda/lib/python3.10/site-packages/cookiecutter/generate.py", line 261, in render_and_create_dir
make_sure_path_exists(dir_to_create)
File "/opt/conda/lib/python3.10/site-packages/cookiecutter/utils.py", line 46, in make_sure_path_exists
raise OSError(f'Unable to create directory at {path}') from error
OSError: Unable to create directory at /home/jupyter/kedroai_plugin/jarvis
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/opt/conda/lib/python3.10/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
File "/opt/conda/lib/python3.10/site-packages/kedro/framework/cli/starters.py", line 400, in new
_create_project(project_template, cookiecutter_args, telemetry_consent)
File "/opt/conda/lib/python3.10/site-packages/kedro/framework/cli/starters.py", line 962, in _create_project
raise KedroCliError(
kedro.framework.cli.utils.KedroCliError: Failed to generate project when running cookiecutter.
[10/29/24 13:05:07] INFO Kedro is sending anonymous usage data with the sole purpose of improving the product. No plugin.py:233
personal data or IP addresses are stored on our side. If you want to opt out, set the
`KEDRO_DISABLE_TELEMETRY` or `DO_NOT_TRACK` environment variables, or create a `.telemetry`
file in the current working directory with the contents `consent: false`. Read more at
<https://docs.kedro.org/en/stable/configuration/telemetry.html>
Thiago José Moser Poletto
10/29/2024, 1:51 PMkedro new --starter=spaceflights
[10/29/24 13:03:40] INFO Using '/opt/conda/lib/python3.10/site-packages/kedro/framework/project/rich_logging.yml' as __init__.py:270
logging configuration.
cookiecutter.exceptions.RepositoryNotFound: A valid repository for "spaceflights" could not be found in the following locations:
spaceflights
/var/tmp/tmpbqa9_or1/spaceflights
kedro.framework.cli.utils.KedroCliError: Kedro project template not found at spaceflights. Specified tag 0.19.9. The following tags are available: . The aliases for the official Kedro starters are:
- astro-airflow-iris
- databricks-iris
- spaceflights-pandas
- spaceflights-pandas-viz
- spaceflights-pyspark
- spaceflights-pyspark-viz
Run with --verbose to see the full exception
[10/29/24 13:03:41] INFO Kedro is sending anonymous usage data with the sole purpose of improving the product. No plugin.py:233
personal data or IP addresses are stored on our side. If you want to opt out, set the
`KEDRO_DISABLE_TELEMETRY` or `DO_NOT_TRACK` environment variables, or create a `.telemetry`
file in the current working directory with the contents `consent: false`. Read more at
<https://docs.kedro.org/en/stable/configuration/telemetry.html>
Thiago José Moser Poletto
10/29/2024, 1:52 PMJuan Luis
10/29/2024, 1:56 PM--starter=spaceflights
doesn't work with Kedro 0.19, you used --starter=spaceflights-pandas
Juan Luis
10/29/2024, 1:56 PMJuan Luis
10/29/2024, 1:56 PMPermissionError: [Errno 13] Permission denied: '/home/jupyter/kedroai_plugin/jarvis'
Thiago José Moser Poletto
10/29/2024, 1:58 PM