After installing a package for the first time on Microsoft Store Python, 'pip list' only shows the installed package.
Open
@rchiodo is already working on this.
Since Jan 14, 2025.
needs repro
- Dominant language
- C#
- Stars
- 2.6k
- Forks
- 680
- Avg merge
- 39m
- Merged PRs (30d)
- 1
Description
Describe the bug
Python from Microsoft Store.
Steps to Reproduce
Upgrade a package from the Python Environments window, such as pip or setuptools.
Additional context and screenshots
Only pip is shown, and the other packages are no longer there.
Output
Output for Pylance in the Output panel (View→Output, change the drop-down the upper-right of the Output panel to Tests)
Info: (14840) Server root directory: file:///c%3A/program%20files/microsoft%20visual%20studio/2022/preview/common7/ide/extensions/microsoft/python/core/pylance/dist
Info: (14840) Pylance language server 2024.12.100 (pyright version 1.1.390, commit 2f28cd39) starting
Info: (14840) Starting service instance "PythonApplication4"
Info: (14840) No include entries specified; assuming c:\Users\v-tingliu\source\repos\PythonApplication4
Info: (14840) Auto-excluding **/node_modules
Info: (14840) Auto-excluding **/__pycache__
Info: (14840) Auto-excluding **/.*
Info: (14840) Found 1 source file
Info: (14840) No include entries specified; assuming c:\Users\v-tingliu\source\repos\PythonApplication4
Info: (14840) Auto-excluding **/node_modules
Info: (14840) Auto-excluding **/__pycache__
Info: (14840) Auto-excluding **/.*
Info: (14840) Found 1 source file
Info: (14840) Background analysis(1) root directory: file:///c%3A/program%20files/microsoft%20visual%20studio/2022/preview/common7/ide/extensions/microsoft/python/core/pylance/dist
Info: (14840) Background analysis(1) started
Info: (14840) [FG] Long operation: parsing: file:///c%3A/Program%20Files/Microsoft%20Visual%20Studio/2022/Preview/Common7/IDE/Extensions/Microsoft/Python/Core/pylance/dist/typeshed-fallback/stdlib/builtins.pyi (2263ms)
Info: (14840) Indexer background runner(2) root directory: file:///c%3A/program%20files/microsoft%20visual%20studio/2022/preview/common7/ide/extensions/microsoft/python/core/pylance/dist (index)
Info: (14840) Indexing(2) started
Info: (14840) scanned(2) 14 files over 1 exec env
Info: (14840) indexed(2) 14 files over 1 exec env
Info: (14840) Indexing finished(2).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.