kedro is not compatable with python=3.8

Created on 12 Dec 2019  路  2Comments  路  Source: quantumblacklabs/kedro

Description

_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.

Context

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.

Steps to Reproduce

conda create -n python38 python=3.8

Expected Result

pip should install the latest version.

Actual Result

pip installed kedro==0.0.1

Bug Report Duplicate

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.

All 2 comments

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 馃槉

Was this page helpful?
0 / 5 - 0 ratings