So I was trying to install `kedro-sagemaker` and g...
# plugins-integrations
w
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
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
Thanks @Juan Luis it seems to work ok with the workaround above
👍🏼 1
👍 1