I'm receiving the error "Python was not found but can be installed from the Microsoft Store: https://go.microsoft.com/fwlink?linkID=2082640 [Finished in 0.3s]" when trying to run
{
"cmd": ["python3", "-u", "$file"],
}
I'm very new to python and I've tried other solutions on here with no effect. I'm also running on a windows 10 PC and made sure to add python 3.9 to path during installation. Sublime 3 worked fine initially, but after a using it a couple of times it started showing the error above. Could it be that I'm using a free version of Sublime?
Tools → Build System → Python? How did you install Python originally?