Uploaded image for project: 'Red Hat Enterprise Linux AI'
  1. Red Hat Enterprise Linux AI
  2. RHELAI-2235

yarl 1.17.1 can fail if bootstrap has only old Cython

XMLWordPrintable

      yarl requires APIs from Cython >= 3.0 without actually specifying that it needs Cython > 3.0 in its pyproject.toml. This causes a fresh Gaudi bootstrap pipeline to fail when no previous project has build Cython 3.0.

      In my test case, bootstrap had Cython-0.29.37-2-cp311-cp311-linux_x86_64.whl. Because the old version satisfies requirement Cython, Fromager installed the old version into the build env.

      Solution: require Cython >= 3.0 in an override.

              Unassigned Unassigned
              cheimes@redhat.com Christian Heimes
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: