codeflare-sdk icon indicating copy to clipboard operation
codeflare-sdk copied to clipboard

Python 3.12 wheels not available for codeflare-sdk 0.28.1

Open coderabbitai[bot] opened this issue 5 months ago • 0 comments

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: https://github.com/opendatahub-io/notebooks/pull/1230 Related Comment: https://github.com/opendatahub-io/notebooks/pull/1230#discussion_r2175221389 Reported by: @jiridanek

coderabbitai[bot] avatar Jun 30 '25 14:06 coderabbitai[bot]