79120504

Date: 2024-10-24 05:51:21
Score: 1.5
Natty:
Report link

I dug around in the nvim logs present in the "nvim-data" directory. I noticed there that the crash was due to the pyright LSP which was using python 3.12.

Here was the problem, the python 3.12 installation was done using the Microsoft store and that was causing the problem. I uninstalled python using MS store and reinstalled it using the official python installer from python.org .

This fixed the crashing issue, though I am still unsure of what exactly was different in the MS store version that was causing the crash.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Pratyush