Hi Team, I created a `CustomDataSet` and strangely...
# questions
d
Hi Team, I created a
CustomDataSet
and strangely enough, it works when i invoke
kedro run --xxxxx
from terminal but when i try to do
catalog.load(xxxx)
in
ipython
or
kedro jupyter
, it fails and it raised the famous
DataSet error : Dataset is not installed
here is my catalog definition :
Copy code
ft_spine_prd : 
 type : project_name.extras.datasets.dataset_filename.DataSetClass
 dataset_args : 
     arg1
     ....
d
the two workflows are likely using different python venvs
d
i think this is it , lemme check ,thanks