Cursor Pyright does not find ms-python.python

Describe the Bug

Cursor Pyright depends on the ms-python.python extension, which is not installed. Please install this extension.

If you click the “Install” button, the extension will tell you that ms-python.python is installed and will ask you to restart the window. After the reboot, a message will appear again stating that ms-python.python is not installed.

Steps to Reproduce

  1. Install Cursor for the system
  2. Install the Python extension

Expected Behavior

Working with the Python extension

Screenshots / Screen Recordings

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Версия: 1.1.7 (system setup)
Фиксация: 1.96.2
Дата: 7111807980fa9c93aedd455ffa44b682c0dc1350
Electron: 2025-07-01T07:38:05.103Z
ElectronBuildId: 34.5.1
Chromium: undefined
Node.js: 132.0.6834.210
V8: 20.19.0
ОС: 13.2.152.41-electron.0

Additional Information

No Python code is highlighted and it is impossible to work with it.

Does this stop you from using Cursor

Yes - Cursor is unusable

Could you try removing the python extension from disk? The installation of the extenasion might be corrupted, which is preventing it from loading even though it is installed. To do so, please run:

rm -rf ~/.cursor/extensions/ms-python.python*

Then, can you reinstall the python extension from the marketplace?