Title: Python 3.14.0b1 full installer does not install `pip.exe` · Issue #133626 · python/cpython · GitHub
Open Graph Title: Python 3.14.0b1 full installer does not install `pip.exe` · Issue #133626 · python/cpython
X Title: Python 3.14.0b1 full installer does not install `pip.exe` · Issue #133626 · python/cpython
Description: Bug report Bug description: Using the python-3.14.0b1-amd64.exe installer no longer creates pip.exe when using include_pip=1 with PrependPath=1. Is this expected behavior? The python-3.14.0a7-amd64.exe installer worked fine. I thought it...
Open Graph Description: Bug report Bug description: Using the python-3.14.0b1-amd64.exe installer no longer creates pip.exe when using include_pip=1 with PrependPath=1. Is this expected behavior? The python-3.14.0a7-amd64...
X Description: Bug report Bug description: Using the python-3.14.0b1-amd64.exe installer no longer creates pip.exe when using include_pip=1 with PrependPath=1. Is this expected behavior? The python-3.14.0a7-amd64...
Opengraph URL: https://github.com/python/cpython/issues/133626
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Python 3.14.0b1 full installer does not install `pip.exe`","articleBody":"# Bug report\n\n### Bug description:\n\nUsing the `python-3.14.0b1-amd64.exe` installer no longer creates `pip.exe` when using `include_pip=1` with `PrependPath=1`. Is this expected behavior? The `python-3.14.0a7-amd64.exe` installer worked fine. I thought it could be related to pep-0773, but that only deprecates the \"full installer\" which should still work as it has (until removed in 3.16).\n\nInstall command used:\n```powershell\nStart-Process python-3.14.0b1-amd64.exe -Wait -NoNewWindow -PassThru \\\n\t-ArgumentList @( \\\n\t\t'/quiet', \\\n\t\t'InstallAllUsers=1', \\\n\t\t'TargetDir=C:\\Python', \\\n\t\t'PrependPath=1', \\\n\t\t'Shortcuts=0', \\\n\t\t'Include_doc=0', \\\n\t\t'Include_pip=1', \\\n\t\t'Include_test=0' \\\n\t)\n```\nThen trying to run `python` and `pip`:\n```console\n$ # the installer updated PATH in the registry, refresh our local value\n$ $env:PATH = [Environment]::GetEnvironmentVariable('PATH', [EnvironmentVariableTarget]::Machine);\n$ python --version\nPython 3.14.0b1\n$ pip --version\npip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.\nAt line:1 char:1\n+ pip --version\n+ ~~~\n + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException\n + FullyQualifiedErrorId : CommandNotFoundException\n```\n\nAlpha 7 was successful\n```console\n$ # after an install with python-3.14.0a7-amd64.exe using the same CLI installer options as above and PATH refresh\n$ python --version\nPython 3.14.0a7\n$ pip --version\npip 25.0.1 from C:\\Python\\Lib\\site-packages\\pip (python 3.14)\n```\n\n### CPython versions tested on:\n\n3.14\n\n### Operating systems tested on:\n\nWindows\n\n\u003c!-- gh-linked-prs --\u003e\n### Linked PRs\n* gh-133693\n* gh-133705\n* gh-133707\n\u003c!-- /gh-linked-prs --\u003e\n","author":{"url":"https://github.com/yosifkit","@type":"Person","name":"yosifkit"},"datePublished":"2025-05-08T00:14:36.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":13},"url":"https://github.com/133626/cpython/issues/133626"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:686d3e3a-3cc1-2c37-07cf-8a2319b37f83 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 9410:3F7705:204B688:2BF8297:6A54117E |
| html-safe-nonce | aa88b0a5a4a0830ea192cec8dea18ccb271eceb26324a7366a5ad414ce8fcb43 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NDEwOjNGNzcwNToyMDRCNjg4OjJCRjgyOTc6NkE1NDExN0UiLCJ2aXNpdG9yX2lkIjoiMjM4OTcyNzE4NDAzMjEwODkyNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 49aea245bf2cfe19d6712ce455b7cce66e1555234d626e657f5c8b28369f44c8 |
| hovercard-subject-tag | issue:3047462481 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/133626/issue_layout |
| twitter:image | https://opengraph.githubassets.com/1ab64345532ba11e8627e98620d984ba864730dda048e04d1c4436e0f1143ad9/python/cpython/issues/133626 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/1ab64345532ba11e8627e98620d984ba864730dda048e04d1c4436e0f1143ad9/python/cpython/issues/133626 |
| og:image:alt | Bug report Bug description: Using the python-3.14.0b1-amd64.exe installer no longer creates pip.exe when using include_pip=1 with PrependPath=1. Is this expected behavior? The python-3.14.0a7-amd64... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | yosifkit |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/python/cpython git https://github.com/python/cpython.git |
| octolytics-dimension-user_id | 1525981 |
| octolytics-dimension-user_login | python |
| octolytics-dimension-repository_id | 81598961 |
| octolytics-dimension-repository_nwo | python/cpython |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 81598961 |
| octolytics-dimension-repository_network_root_nwo | python/cpython |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width