`Python 3.10.13` , new conda env. When installing ...
# questions
c
Python 3.10.13
, new conda env. When installing
kedro[pandas]~=0.18.8
, it gets stuck on
grpcio
. Has anyone else encountered this?
kedro~=0.18.8
works fine
j
hey @Cory Maklin, what do you mean stuck? is it at the download phase, or the unpack phase? please share
pip install "kedro[pandas]~=0.18.8" -v
logs, as well as your operating system and architecture
this is unlikely to be a Kedro problem but happy to help 👍🏼
c
Hey @Juan Luis it was an issue with the package itself. For others, I was using M1 and had to download a specific older version using Conda.
👍🏼 1