Skip to content
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

Python 3.13 b1 x64 Windows Installer problems #118996

Closed
ThomasGessert opened this issue May 13, 2024 · 3 comments
Closed

Python 3.13 b1 x64 Windows Installer problems #118996

ThomasGessert opened this issue May 13, 2024 · 3 comments
Labels
OS-windows topic-installation type-bug An unexpected behavior, bug, or error

Comments

@ThomasGessert
Copy link

ThomasGessert commented May 13, 2024

Bug report

Bug description:

I tried the installer on two Win11 Pro systems (23H2, 24H2 beta), upgrade from a6 and fresh install. On both systems pip was broken afterwards.

Error message:
"no module named pip"

On the 24H2 system additionally the "scripts" folder got deleted while upgrading. The a6 installer works fine.

CPython versions tested on:

3.13

Operating systems tested on:

Windows

@ThomasGessert ThomasGessert added the type-bug An unexpected behavior, bug, or error label May 13, 2024
@zooba
Copy link
Member

zooba commented May 13, 2024

Are you using a non-English version of Windows? There is a known issue causing pip to fail.

@ThomasGessert
Copy link
Author

ThomasGessert commented May 13, 2024

Yes, I'm on a german windows. Probably its worth to mention that I did an all-user installation with precompile standard lib option.

@zooba
Copy link
Member

zooba commented May 13, 2024

Normally it's worth mentioning, except we know this will be the same issue as #118773. It's fixed for the next release.

Until then, if you disable pip then it should install, and you can patch your own tempfile.py to remove the mode=0o700 argument from any mkdir calls. I understand that's enough to get pip to run.

@zooba zooba closed this as not planned Won't fix, can't repro, duplicate, stale May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows topic-installation type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants