https://kedro.org/ logo
#questions
Title
# questions
g

Guilherme Parreira

06/16/2023, 12:28 PM
Hi Guys. I am using Kedro with python `3.10.6`: (photo attached). For
auto-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!
n

Nok Lam Chan

06/16/2023, 12:31 PM
Are you using Kedro Jupyter? There's nothing to be done it should work out of the box.
g

Guilherme Parreira

06/16/2023, 12:31 PM
Yes! I am using Kedro Jupyter.
n

Nok Lam Chan

06/16/2023, 12:32 PM
Which version of Kedro are you using?
Can you run Kedro Jupyter again to make sure it refreshes the kernel?
g

Guilherme Parreira

06/16/2023, 12:32 PM
kedro_init_version = "0.18.7"
I changed the Kernel to
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
n

Nok Lam Chan

06/16/2023, 12:41 PM
Try reinstalling the requirements file?
👍 1
5 Views