Skip to content

Python 3.12 wheels not available for codeflare-sdk 0.28.1 #849

Open
@coderabbitai

Description

@coderabbitai

Issue Description

The codeflare-sdk package version 0.28.1 does not have Python 3.12 wheels (cp312) available on PyPI, causing pip to fall back to source distributions during installation. This can result in slower build times and potential build failures.

Impact

When building notebook images with Python 3.12, pip falls back to compiling from source for codeflare-sdk 0.28.1, which:

  • Increases build time significantly
  • May cause build failures if build dependencies are missing
  • Creates inconsistent installation behavior across different Python versions

Requested Action

Please consider publishing Python 3.12 wheels for codeflare-sdk to improve installation reliability and performance.

Context

This issue was identified while working on Python 3.12 support in the OpenDataHub notebooks project.

Related PR: opendatahub-io/notebooks#1230
Related Comment: opendatahub-io/notebooks#1230 (comment)
Reported by: @jiridanek

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions