kedro 0.17.5 with Python 3.9 *unofficially* probab...
# advanced-need-help
a
kedro 0.17.5 with Python 3.9 unofficially probably works fine actually. The main gotchas are: * if you're using
pandas.ExcelDataSet
then you will need to add
engine: openpyxl
to the
load_args
* you might get some library version conflicts which you'll need to fiddle with a bit Probably the easiest way is to install kedro + its dependencies + your project dependencies and then install Python 3.9 (rather than doing starting out with Python 3.9 first). I just tried this out and managed to get the spaceflights starter running on kedro 0.17.5, Python 3.9 just by fiddling with requirements a bit so it should definitely be possible!