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

Minor: 3.13t default install doesn't pip #122497

Closed
dimaqq opened this issue Jul 31, 2024 · 1 comment
Closed

Minor: 3.13t default install doesn't pip #122497

dimaqq opened this issue Jul 31, 2024 · 1 comment
Labels
topic-free-threading type-bug An unexpected behavior, bug, or error

Comments

@dimaqq
Copy link
Contributor

dimaqq commented Jul 31, 2024

Bug report

Bug description:

macOS, installed 3.13.0b4 with the free-threading extra from python.org

> python3.13 -m pip

Usage:
  /Library/Frameworks/Python.framework/Versions/3.13/bin/python3.13 -m pip <command> [options]
...

> python3.13t -m pip
/usr/local/bin/python3.13t: No module named pip

can be trivially solved by python3.13t -m ensurepip

so, maybe not a big issue, though I wonder how come?

CPython versions tested on:

3.13

Operating systems tested on:

macOS

@dimaqq dimaqq added the type-bug An unexpected behavior, bug, or error label Jul 31, 2024
@ned-deily
Copy link
Member

The need to manually install pip was a documented restriction of the initial releases of free-threading support with the python.org macOS installer. The imminent 3.13.0rc1 release will remove that restriction.

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

No branches or pull requests

3 participants