Skip to content

⚠️ CI failed on Wheel builder (last failure: Apr 09, 2025) ⚠️ #31128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
scikit-learn-bot opened this issue Apr 2, 2025 · 3 comments · Fixed by #31159
Closed

⚠️ CI failed on Wheel builder (last failure: Apr 09, 2025) ⚠️ #31128

scikit-learn-bot opened this issue Apr 2, 2025 · 3 comments · Fixed by #31159
Labels

Comments

@scikit-learn-bot
Copy link
Contributor

scikit-learn-bot commented Apr 2, 2025

CI is still failing on Wheel builder (Apr 09, 2025)

@github-actions github-actions bot added the Needs Triage Issue requires triage label Apr 2, 2025
@lesteve
Copy link
Member

lesteve commented Apr 2, 2025

Doesn't seem like pandas has a free-threaded wheel in scientific-python-nightly-wheel

From build log:

  + python -m pip install --pre --upgrade --timeout=60 --extra-index https://pypi.anaconda.org/scientific-python-nightly-wheels/simple scipy pandas --only-binary :all:
  Looking in indexes: https://pypi.org/simple, https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
  WARNING: Cache entry deserialization failed, entry ignored
  Collecting scipy
    Downloading https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/scipy/1.16.0.dev0/scipy-1.16.0.dev0-cp313-cp313t-win_amd64.whl (40.6 MB)
       --------------------------------------- 40.6/40.6 MB 30.3 MB/s eta 0:00:00
  ERROR: Could not find a version that satisfies the requirement pandas (from versions: none)
  ERROR: No matching distribution found for pandas

@lesteve lesteve added Bug and removed Needs Triage Issue requires triage labels Apr 2, 2025
@scikit-learn-bot scikit-learn-bot changed the title ⚠️ CI failed on Wheel builder (last failure: Apr 02, 2025) ⚠️ ⚠️ CI failed on Wheel builder (last failure: Apr 03, 2025) ⚠️ Apr 3, 2025
@scikit-learn-bot scikit-learn-bot changed the title ⚠️ CI failed on Wheel builder (last failure: Apr 03, 2025) ⚠️ ⚠️ CI failed on Wheel builder (last failure: Apr 04, 2025) ⚠️ Apr 4, 2025
@scikit-learn-bot scikit-learn-bot changed the title ⚠️ CI failed on Wheel builder (last failure: Apr 04, 2025) ⚠️ ⚠️ CI failed on Wheel builder (last failure: Apr 05, 2025) ⚠️ Apr 5, 2025
@scikit-learn-bot scikit-learn-bot changed the title ⚠️ CI failed on Wheel builder (last failure: Apr 05, 2025) ⚠️ ⚠️ CI failed on Wheel builder (last failure: Apr 06, 2025) ⚠️ Apr 6, 2025
@Shyanil
Copy link

Shyanil commented Apr 6, 2025

Hi! @lesteve I’d like to contribute a fix here.

Would it be acceptable to update the CI to attempt installing pandas from the nightly index first, and fall back to the stable PyPI version if it's not found?

This way, the wheel builder won’t fail just because a nightly pandas wheel is missing.

Let me know if this direction sounds good?

@scikit-learn-bot scikit-learn-bot changed the title ⚠️ CI failed on Wheel builder (last failure: Apr 06, 2025) ⚠️ ⚠️ CI failed on Wheel builder (last failure: Apr 07, 2025) ⚠️ Apr 7, 2025
@lesteve
Copy link
Member

lesteve commented Apr 7, 2025

I opened an issue in pandas: pandas-dev/pandas#61242

@Shyanil I don't think pandas has a release with Windows free-threaded wheel at least pandas 2.2.3 PyPI info does not show any wheel with cp313t-win in its name.

@scikit-learn-bot scikit-learn-bot changed the title ⚠️ CI failed on Wheel builder (last failure: Apr 07, 2025) ⚠️ ⚠️ CI failed on Wheel builder (last failure: Apr 08, 2025) ⚠️ Apr 8, 2025
@scikit-learn-bot scikit-learn-bot changed the title ⚠️ CI failed on Wheel builder (last failure: Apr 08, 2025) ⚠️ ⚠️ CI failed on Wheel builder (last failure: Apr 09, 2025) ⚠️ Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants