You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @nraw , Kedro isn't currently available on Python 3.8, which is why you can't pip install it in your environment. You can track the progress of our 3.8 support here.
I am facing the same issue. I brought my python and pip to their respective latest versions [3.9.7 and 21.3.1] and seems that kedro cannot be installed with those yet. Also, I am unable to pip install kedro, I had to do pip3 install kedro. Which version of python is supported @lorenabalan?
Description
Can't install Kedro inside of the basic python docker container
Context
How has this bug affected you? What were you trying to accomplish?
Steps to Reproduce
Expected Result
Kedro gets installed
Actual Result
Error is raised and installation stops
Your Environment
It's a python docker container.
pip show kedro
orkedro -V
): NApython -V
): Python 3.8.1The text was updated successfully, but these errors were encountered: