Did anyone encounter an issue with `greenlet` tran...
# questions
y
Did anyone encounter an issue with
greenlet
transitive dependency of Kedro? Python 3.10, MacOS with M chip.
👀 1
h
Someone will reply to you shortly. In the meantime, we've found some posts that could help answer your question.
n
I have greenlet 3.1.1 though I am not sure where is it comes from.
j
@Yury Fedotov are you experiencing problems at runtime? or is it that it can’t be installed?
y
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