Closed ChausseBenjamin closed 5 years ago
as a quick fix you can use the full path to the python3 executable in your command. which pthon3
will give you the full path
I tried replacing python3 with usr/local/bin/python3 which was the directory for which python3. It only resulted in the following:
error: usr/local/bin/python3: no such file or directory
The weird thing is that this file path is precisely what is outputted by which python3
The path is missing a leading slash I think:
‘/usr/local/bin/python3’
I recently updated my mac and I keep getting this error.
The console debug is the following:
I have tried:
As the developper of Inbox for Todoist I'd like to fix this issue as fast as possible to prevent other of having the same issue and to continue developing my widget.
Thanks!