Skip to content

macOS installer is missing pip for free-threaded binaries #120962

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
colesbury opened this issue Jun 24, 2024 · 1 comment
Closed

macOS installer is missing pip for free-threaded binaries #120962

colesbury opened this issue Jun 24, 2024 · 1 comment
Assignees
Labels
3.13 bugs and security fixes 3.14 bugs and security fixes OS-mac topic-free-threading type-bug An unexpected behavior, bug, or error

Comments

@colesbury
Copy link
Contributor

colesbury commented Jun 24, 2024

Bug report

The official macOS installer, doesn't install pip for the free-threading binaries. Users need to run:

python3.13t -m ensurepip

And until the bundled pip is upgraded in #120888:

python3.13t -m pip install --upgrade pip
@colesbury colesbury added type-bug An unexpected behavior, bug, or error OS-mac 3.13 bugs and security fixes topic-free-threading 3.14 bugs and security fixes labels Jun 24, 2024
@ned-deily ned-deily self-assigned this Jun 24, 2024
@ned-deily
Copy link
Member

Thanks for the report. As a result, pip is now automatically installed to the free-threaded PythonT.framework for 3.13 when the Free-threaded Python option of the python.org installer for macOS is selected. The free-threaded installation option is now documented in the Using Python on macOS documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.13 bugs and security fixes 3.14 bugs and security fixes OS-mac topic-free-threading type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants