You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atom: 1.18.0 x64 Electron: 1.3.15 OS: Mac OS X 10.12.5 Thrown From: python-debugger package 0.2.0
Stack Trace
Uncaught Error: spawn EACCES
At internal/child_process.js:313
Error: spawn EACCES
at exports._errnoException (util.js:1026:11)
at ChildProcess.spawn (internal/child_process.js:313:11)
at exports.spawn (child_process.js:392:9)
at PythonDebuggerView.module.exports.PythonDebuggerView.runBackendDebugger (/packages/python-debugger/lib/python-debugger-view.coffee:112:24)
at PythonDebuggerView.module.exports.PythonDebuggerView.runApp (/packages/python-debugger/lib/python-debugger-view.coffee:78:6)
at /packages/platformio-ide-debugger/node_modules/space-pen/lib/space-pen.js:220:36)
at HTMLButtonElement.dispatch (/packages/platformio-ide-debugger/node_modules/jquery/dist/jquery.js:4435:9)
at HTMLButtonElement.elemData.handle (/packages/platformio-ide-debugger/node_modules/jquery/dist/jquery.js:4121:28)
Could you try setting the path to your Python executable in the package's settings?
Before hitting "run", open the Atom developer console (View -> Developer -> Toggle Developer Tools), and select the Console. When you click "run", look for a message in the Console saying "python-debugger: using ...". What follows should be the path to the Python executable you mean to use.
[Enter steps to reproduce:]
Atom: 1.18.0 x64
Electron: 1.3.15
OS: Mac OS X 10.12.5
Thrown From: python-debugger package 0.2.0
Stack Trace
Uncaught Error: spawn EACCES
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: