Sublime Forum

Need Help with Build

#1

When I use Cmd + B (on Mac), the little console window does not appear. Even with something so simple as print(“Hello World”) does not work. It just says Building, but nothing happens. Under tools, I have the build system on Python.

I don’t understand because the window does not pop up entirely, and even if I open “show build results” nothing happens.

It doesn’t even say “Finished in …” and when I click show console it says

Traceback (most recent call last):
File “/private/var/folders/km/lg5pwqrs3vgbkt8v4pmc5tl00000gn/T/AppTranslocation/3AAC8CCA-B62B-4FAF-BE0E-A126E92270AE/d/Sublime Text.app/Contents/MacOS/Lib/python38/sublime_plugin.py”, line 1658, in run_
return self.run(**args)
File “/private/var/folders/km/lg5pwqrs3vgbkt8v4pmc5tl00000gn/T/AppTranslocation/3AAC8CCA-B62B-4FAF-BE0E-A126E92270AE/d/Sublime Text.app/Contents/MacOS/Packages/Default.sublime-package/exec.py”, line 253, in run
PermissionError: [Errno 1] Operation not permitted

0 Likes

#2

I fixed the issue, in my mac settings, I had to give Sublime Text Full Disk Access

0 Likes