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
MacOS 12.3 removed built-in Python 2, build process breaks for MacOS in Electron since then.
ERROR electronBuilder: error while building installer: Error: Exit code: ENOENT. spawn /usr/bin/python ENOENT
at /Users/andreaswest/Documents/workspace/frontend/node_modules/builder-util/src/util.ts:133:18
at exithandler (child_process.js:390:5)
at ChildProcess.errorhandler (child_process.js:402:5)
at ChildProcess.emit (events.js:400:28)
at Process.ChildProcess._handle.onexit (internal/child_process.js:280:12)
at onErrorNT (internal/child_process.js:469:16)
at processTicksAndRejections (internal/process/task_queues.js:82:21)
MacOS 12.3 removed built-in Python 2, build process breaks for MacOS in Electron since then.
See also Electron-Builder issue #6726
To Reproduce
Steps to reproduce the behavior:
Build an Electron app for MacOS (desktopHCP turned off) with MacOS 12.3 or higher
Expected behavior
Electron MacOS app should be build without any error/problem
Versions (please complete the following information):
Additional context
Tried installing Python 2.7 manually but it still breaks.
The text was updated successfully, but these errors were encountered: