Install source and version
Version: 26.1.240.0
Describe the bug
It appears as if no Python packages are being downloaded for installation.
Initial installation of manager through winget appeared to complete correctly. Typing py install --configure in Windows Terminal correctly started the configuration flow. All configuration questions were accepted and configuration appeared to complete successfully. When asked to Install CPython now? answer Y.
Echo displays Installing Python 3.14.4. But then the terminal sits with no progress, no apparent network activity and no installation.
The only package that does install is the fallback package 3.14.3 bundled within the package itself. But even then only when explicitly asked for: py install 3.14.3
To Reproduce
Steps to reproduce the behavior:
- py install (choose any version)
- wait....
Expected behavior
Expecting a package to download and install with progress display.
Not sure what else to try for debugging to resolve or help resolve the issue?
Additional Info
- All install logs during the "freeze" are blank (0 kb) log files.
- Windows 11 Pro for Workstations Version 10.0.26200 Build 26200
Install source and version
winget install 9NQ7512CXL7TVersion: 26.1.240.0
Describe the bug
It appears as if no Python packages are being downloaded for installation.
Initial installation of manager through winget appeared to complete correctly. Typing
py install --configurein Windows Terminal correctly started the configuration flow. All configuration questions were accepted and configuration appeared to complete successfully. When asked to Install CPython now? answerY.Echo displays
Installing Python 3.14.4.But then the terminal sits with no progress, no apparent network activity and no installation.The only package that does install is the fallback package 3.14.3 bundled within the package itself. But even then only when explicitly asked for:
py install 3.14.3To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expecting a package to download and install with progress display.
Not sure what else to try for debugging to resolve or help resolve the issue?
Additional Info