Join the Kedro community

Updated 4 months ago

Greenlet Transitive Dependency Issue with Kedro on Python 3.10 and MacOS M Chip

At a glance

The community member encountered an issue with the greenlet transitive dependency of Kedro when using Python 3.10 on a MacOS with an M chip. Another community member mentioned having greenlet 3.1.1 but was unsure of its origin. The issue appears to be that the greenlet package cannot be installed. The community member resolved this by using python3.10 -m pip install ... instead of just pip install, but they are unsure how this works with uv.

Did anyone encounter an issue with greenlet transitive dependency of Kedro? Python 3.10, MacOS with M chip.

N
J
Y
3 comments

I have greenlet 3.1.1 though I am not sure where is it comes from.

are you experiencing problems at runtime? or is it that it can’t be installed?

Can't be installed. Resolved this via python3.10 -m pip install ... instead of just pip install.

The painpoint though is that I'm not sure how that works with uv ahaha

Add a reply
Sign up and join the conversation on Slack