Guilherme Parreira
06/16/2023, 12:28 PMauto-sklearn
I will need to downgrade my Kedro project to 3.9
version.
I already installed python 3.9.16
with pyenv
.
Which would be my next steps?
(I need to change the python version in Pipfile
to 3.9
, and individually change the kernel of the notebook?)
If I change manually the kernel version of my notebook, it does not recognize as being part of the project (second photo attached)
Thanks in advance!Nok Lam Chan
06/16/2023, 12:31 PMGuilherme Parreira
06/16/2023, 12:31 PMNok Lam Chan
06/16/2023, 12:32 PMGuilherme Parreira
06/16/2023, 12:32 PMkedro_init_version = "0.18.7"
Python 3.9.16
, but as I haven't installed any package on it, it can't find the packages that I was using with Python 3.10
such as magical commands
for Kedro
or pandas
Nok Lam Chan
06/16/2023, 12:41 PM