PTVS
PTVS copied to clipboard
Unable to install suggested module when using IPython interactive mode.
Describe the bug
Python install from Microsoft Store.
Steps to Reproduce
- Create a Python Application project.
- Open "Python Environments" window->"Overview" page to enable "Use IPython interactive mode".
- Open interactive window to type "1".
- Follow the info to install IPython. (IPython installed successfully.)
- Close the previous interactive window and create a new one, then enter "1".
- Follow the info to install the module. Note: The previous module prompt is
ipykernel
.
Additional context and screenshots
Installed IPython.kernel according to the info, but failed.
Output info
----- Installing 'IPython.kernel' -----
ERROR: Could not find a version that satisfies the requirement IPython.kernel (from versions: none)
ERROR: No matching distribution found for IPython.kernel
WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
You should consider upgrading via the 'C:\Users\vting\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe -m pip install --upgrade pip' command.
----- Failed to install 'IPython.kernel' -----
Dependent on fixes in #7118