Python extension not working

Unable to trace sources in all my python files even tho I already installed Python extension using VSIX. I have tried reinstalling Cursor but still no good. Does anyone know a fix about this?. It seems to be working fine in my VSCode
image

1 Like

I was facing this as well. Reinstalling the python extension fixed it.

I’ve tried reinstalling the python extension multiple times and it doesn’t fix it.
Files are parsed correctly when first opened but any changes to the file are not picked up by the language server.

Really disappointing as Python is such a major language and appears incompatible with Cursor at the moment and has been like this since 2023.

Python extension seems to be broken, it does not propose importing my own source files or any classes at all, even like “Callable from typing” with quickfix at all.

1 Like

I’m having the same problem right now.
I’ve reinstalled cursor and extension several times, but it didn’t work.
Is there a way to solve this?

I found that my new projects have the same problem when I use vscode.
So I deleted all my extensions in vscode.
And deleted ~/.vscode/extensions and ~\.pyenv\versions folders.
I installed the extension in my vscode.
After reinstalling my extension, cursor and vscode both worked.