-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Windows installer missing free-threading library #119679
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
Comments
That's actually a shockingly short list of libs in there... do you have log files handy? They'll be under |
Python 3.13.0b1 (64-bit)_20240528190955_004_dev_JustForMe.log Here. Can provide other logs as needed. I only have one install of 3.13 - I uninstalled and started from scratch for the sake of this issue. |
Huh, no, it just looks like we've only ever shipped that few. I guess I'm so used to working with the Nuget packages that I had forgotten the MSI is more selective. We should add the free-threaded libs to the old installer. We should also reduce the libs included in the other packages to avoid shipping too many files. |
…dows install packages (pythonGH-119790) (cherry picked from commit fd01271) Co-authored-by: Steve Dower <steve.dower@python.org>
…dows install packages (pythonGH-119790)
…dows install packages (pythonGH-119790)
…g PC/layout script (pythonGH-120133) (cherry picked from commit cccc9f6) Co-authored-by: Steve Dower <steve.dower@python.org>
I'm afraid to discover it didn't make it to b2.... by any luck am I wrong ? |
It should be fixed in b2 - the later fix is for scripts that aren't part of the release, so shouldn't make a difference. If you're doing a clean install and not seeing the files, please grab your log files and attach those as well. |
…dows install packages (pythonGH-119790)
…g PC/layout script (pythonGH-120133)
…dows install packages (pythonGH-119790)
…g PC/layout script (pythonGH-120133)
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Tested with Python 3.13b1 release.
I've been trying to help someone test a simple extension module with the free-threading interpreter on Windows, which ultimately failed because it was missing
python313t.lib
so was unable to link.Installed libraries:
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
The text was updated successfully, but these errors were encountered: