Caz
07/12/2021, 11:17 AMdatajoely
07/12/2021, 12:40 PMdatajoely
07/12/2021, 1:02 PMuser
07/14/2021, 2:18 PMdatajoely
07/14/2021, 2:19 PMpwd
from inside the container that may helpuser
07/14/2021, 2:45 PMdatajoely
07/14/2021, 2:47 PMimportlib.import_module(project_root.extras.datasets.mycustom_dataset.MyCustomDataset)
so that's all we need to get working outside of Kedro. Do you have __init__.py
files in every directory?user
07/14/2021, 2:48 PMuser
07/14/2021, 2:50 PMuser
07/14/2021, 8:24 PMdatajoely
07/14/2021, 8:26 PMwaylonwalker
07/15/2021, 2:20 PMpython
from project_root.extras.datasets.mycustom_dataset import MyCustomDataset
user
07/15/2021, 2:30 PMuser
07/15/2021, 2:30 PMuser
07/15/2021, 2:30 PMuser
07/15/2021, 3:01 PMuser
07/15/2021, 3:01 PMuser
07/15/2021, 3:05 PMdatajoely
07/15/2021, 3:06 PMdatajoely
07/15/2021, 4:47 PMWolVez
07/19/2021, 10:53 PMdatajoely
07/19/2021, 10:55 PMdatajoely
07/19/2021, 10:55 PMjulien-e
07/21/2021, 6:45 AMpip install kedro
needs to be executed for every new Kedro project within a dedicated Python virtual environment?
In other words, for every new project, are the following steps correct to get started?
1 - Create a new Python virtual environment. For instance, with conda
, with the command: conda create --name <environment_name> python=3.7 -y
2 - Install Kedro (i.e. execute pip install kedro
)
3 - Create a new Kedro project (e.g. without starter, with the command kedro new
)
I hope my question makes sense.
Thank you in advance!datajoely
07/21/2021, 8:02 AMdatajoely
07/21/2021, 8:03 AMdatajoely
07/21/2021, 8:03 AMjulien-e
07/21/2021, 8:04 AMwaylonwalker
07/21/2021, 12:57 PMkedro-diff
on anyone who can share one, it would be greatly appreciated.datajoely
07/21/2021, 12:58 PMdatajoely
07/21/2021, 12:58 PM