obsidian-execute-code icon indicating copy to clipboard operation
obsidian-execute-code copied to clipboard

Error launching process: Error: Spawn file location EACCES

Open SReiter149 opened this issue 2 years ago • 2 comments

#SPECS: mac os Ventura 13.2.1 14-inch M2 macbook pro mini-conda 22.9.0 python 3..13 obsidian version: 1.1.16

WHAT: tried running the following code block

print("hello world")

ERROR: "Error launching process: Error: spawn /Users/name/opt/anaconda3/bin EACCESS" "Runtime exited"

Let me know if you need anymore information.

SReiter149 avatar Mar 09 '23 04:03 SReiter149

Changing the Python path in the plugin settings from the default python to the fully resolved path (i.e. the results of which python helped fix this for me

CRJFisher avatar May 30 '23 16:05 CRJFisher

Great that you managed to resolve it! Could you close this issue please?

mayurankv avatar Jun 05 '23 21:06 mayurankv