Sublime Forum

Simple program is not working

#1

[WinError 2] The system cannot find the file specified
[cmd: [’/usr/local/bin/python3’, ‘-u’, ‘’]]
[dir: C:\Program Files\Sublime Text 3]
[path: C:\Users\Dell\AppData\Roaming\Sublime Text 3\Packages\User;C:\Users\Dell\AppData\Local\Programs\Python\Python39\Scripts;C:\Users\Dell\AppData\Local\Programs\Python\Python39;C:\Users\Dell\AppData\Local\Microsoft\WindowsApps]

This is what it says when i try to run print(“Hello worlds”)

0 Likes

#2

The build system you are using is written for macOS or Linux, as it assumes your python is at /usr/local/bin/python3. Either use a build system that doesn’t make this assumption, like the built-in python build system or edit/create your own build system.

1 Like