https://kedro.org/ logo
#plugins-integrations
Title
# plugins-integrations
w

William Caicedo

11/15/2023, 4:02 AM
So I was trying to install
kedro-sagemaker
and got hit by an
AttributeError: cython_sources
error that seems to be related to this issue. I managed to work around it by installing
pyyaml
in advance:
pip install "cython<3.0.0" && pip install --no-build-isolation pyyaml==5.4.1
Has anyone seen anything like it?
j

Juan Luis

11/15/2023, 7:29 AM
yeah, it's unfortunately a known issue in PyYAML @William Caicedo and there's nothing we can do
apart from upgrading to the new PyYAML 6
w

William Caicedo

11/15/2023, 8:10 AM
Thanks @Juan Luis it seems to work ok with the workaround above
👍🏼 1
👍 1