_kedro needs more walrus :=_
When pip install kedro in an environment using pytho=3.8 it installs kedro=0.0.1 and tells me that 0.15.5 is not compatable.
I am mostly curious if there is a reason other than the way that it is tagged on pypi.
I would like to use the latest version of python. I have no intense need for the newest features. It also results in confusion when kedro does not install correctly with the latest version.
conda create -n python38 python=3.8
pip should install the latest version.
pip installed kedro==0.0.1
Hi @WaylonWalker , no version of kedro supports python 3.8 yet (see this line). Please see https://github.com/quantumblacklabs/kedro/issues/124 as this is where we're tracking progress on this topic.
Thanks @lorenabalan I should have searched a bit harder 馃槉
Most helpful comment
Hi @WaylonWalker , no version of kedro supports python 3.8 yet (see this line). Please see https://github.com/quantumblacklabs/kedro/issues/124 as this is where we're tracking progress on this topic.