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

it seems "python -m ensurepip" fails when installing from python .org, on windows for python-3.13.0b1 #118788

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

Comments

@stonebig
Copy link

stonebig commented May 8, 2024

Bug report

Bug description:

installing from python.org the Windows 64 installer x64.... no pip at the end of installation

trying (insisting) with a "python -m ensurepip" also blows out with a

                ~~~~~~~^^^^^^^^^^^^^^^^^^^^^
  File "C:\...\WPy64-31300b1\python-3.13.0b1.amd64\Lib\tempfile.py", line 384, in mkdtemp
    _os.mkdir(file, 0o700)
    ~~~~~~~~~^^^^^^^^^^^^^OSError: [WinError 1332] Le mappage entre les noms de compte et les ID de sécurité n’a pas été effectué

CPython versions tested on:

3.13

Operating systems tested on:

Windows

@stonebig stonebig added the type-bug An unexpected behavior, bug, or error label May 8, 2024
@stonebig
Copy link
Author

stonebig commented May 8, 2024

and it was apparently ok for python-3.13.0a6 under same conditions... maybe not happy with the place I install it on ?

was using a

python-3.13.0b1-amd64.exe TargetDir=C:\...\winpython-3.13.0b1-amd64\python-3.13.0b1.amd64   InstallAllUsers=0 Include_launcher=0 InstallLauncherAllUsers=0 Include_test=0  AssociateFiles=0 Shortcuts=0
````

@JelleZijlstra
Copy link
Member

cc @zooba. The error also appeared in #118773 (except it wasn't in French :) ).

@zooba
Copy link
Member

zooba commented May 8, 2024

Okay, same issue as the other one. Let's close this and keep focus over there.

We need to figure out what's special about the failing machines that they can't recognise standard ACL types.

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

4 participants