Hi Guys. I am using Kedro with python `3.10.6`: (p...
# questions
g
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
Are you using Kedro Jupyter? There's nothing to be done it should work out of the box.
g
Yes! I am using Kedro Jupyter.
n
Which version of Kedro are you using?
Can you run Kedro Jupyter again to make sure it refreshes the kernel?
g
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
Try reinstalling the requirements file?
👍 1