Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Cannot install 3.13t on Windows #4

Closed
ngoldbaum opened this issue Nov 26, 2024 · 5 comments
Closed

Cannot install 3.13t on Windows #4

ngoldbaum opened this issue Nov 26, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@ngoldbaum
Copy link

See https://github.com/ngoldbaum/rpds/actions/runs/12039858011/job/33568648905

It looks like the python installation dies with the following error when it tries to install the second time:

Install Python 3.13.0 in C:\hostedtoolcache\windows\Python...
  
  Error: Error happened during Python installation
  Error: At D:\a\_temp\964a44d1-31a4-4505-93f4-cc2062ee0932\setup.ps1:131 char:5
  +     Throw "Error happened during Python installation"
  +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      + CategoryInfo          : OperationStopped: (Error happened ...on installation:String) [], RuntimeException
      + FullyQualifiedErrorId : Error happened during Python installation
  Error: The process 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe' failed with exit code 1
@ngoldbaum ngoldbaum added the bug Something isn't working label Nov 26, 2024
ngoldbaum added a commit to ngoldbaum/rpds that referenced this issue Nov 26, 2024
@ngoldbaum ngoldbaum changed the title Cannot install both 3.13 and 3.13t on Windows Cannot install 3.13t on Windows Nov 26, 2024
@ngoldbaum
Copy link
Author

Actually it looks like this is breaking NumPy too: https://github.com/numpy/numpy/actions/runs/12039679168/job/33567999829#step:3:30

@ngoldbaum
Copy link
Author

ngoldbaum commented Nov 26, 2024

Comparing with a run that succeeded, I don't see any difference between the runners: https://github.com/numpy/numpy/actions/runs/12039173094/job/33566423416

@ngoldbaum
Copy link
Author

Maybe this is related to the large amount of output on the successful run? Some threshold for spamming output changed?

@colesbury
Copy link
Collaborator

The python.org downloads is broken and the Windows installer downloads the free threading artifacts at install time.

python/cpython#127307

@ngoldbaum
Copy link
Author

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants