robertson809
07/02/2021, 1:01 AMrobertson809
07/02/2021, 1:03 AMrobertson809
07/02/2021, 1:08 AMjcasanuevam
07/02/2021, 7:26 AMdatajoely
07/02/2021, 7:37 AMjcasanuevam
07/02/2021, 8:36 AMdatajoely
07/02/2021, 8:38 AMipython
I think you'll be fine living with this error. In general it's easiest (for me at least) to start from a fresh venv each time so I can manage my mental model of which dependencies are installed.jcasanuevam
07/02/2021, 10:40 AMdatajoely
07/02/2021, 10:41 AMLorena
07/02/2021, 10:42 AMipython
to sth like ~=7.23. ipykernel
has released a new version a couple of days ago which is why some of the dependencies are unhappy. We fixed it on master but it's not been released yet ofc. https://github.com/quantumblacklabs/kedro/commit/63f7c34f5826ae6e02b037115f954d2a9cb9f42bjcasanuevam
07/02/2021, 10:45 AMdatajoely
07/02/2021, 11:16 AMdatajoely
07/02/2021, 11:16 AMpip freeze
will show you what's already in theredatajoely
07/02/2021, 11:16 AMkedro install
will install to the python environment you currently have activateddatajoely
07/02/2021, 11:17 AMwhich python
you are usingjcasanuevam
07/02/2021, 12:04 PMdatajoely
07/02/2021, 12:06 PMrobertson809
07/02/2021, 1:10 PMrobertson809
07/02/2021, 1:11 PMwaylonwalker
07/02/2021, 3:18 PMpipx
?? I prefer it for running kedro new over anything else. I think it solves this chicken and egg situation quite well. And avoids the issue of having a stale system kedro install giving you a different template.
I have some more details in this issue here https://github.com/quantumblacklabs/kedro/issues/753
# use the latest template
pipx run kedro new
# use a git hash/branch/tag
pipx run --spec git+https://github.com/quantumblacklabs/kedro.git@0.16.1 kedro new
# use a specific version out of pypi
pipx run --spec kedro==0.16.1 kedro new
datajoely
07/02/2021, 3:20 PMvenv
pattern it would be hard to unlearn it!waylonwalker
07/02/2021, 3:21 PMwaylonwalker
07/02/2021, 3:21 PMdatajoely
07/02/2021, 3:21 PMdatajoely
07/02/2021, 3:22 PMwaylonwalker
07/02/2021, 3:22 PMwaylonwalker
07/02/2021, 3:24 PMdatajoely
07/02/2021, 3:25 PMdatajoely
07/02/2021, 3:25 PM