William Caicedo
11/15/2023, 4:02 AMkedro-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?Juan Luis
11/15/2023, 7:29 AMWilliam Caicedo
11/15/2023, 8:10 AM