Open
Description
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
Labels
No labels