nexe/nexe

Python version issues on Raspberry Pi

fingerskier opened this issue · 0 comments

What would you like to be added:

Utilize python3 on on Raspberry Pi linux if the defaul is python 2. m

Why is this needed:

I got this error when trying to build:

NexeError: python ./configure.py --dest-cpu=arm exited with code: 1 at ChildProcess. (/home/pi/dev/qac_manufacture/node_modules/nexe/lib/compiler.js:179:28) at Object.onceWrapper (node:events:628:26) at ChildProcess.emit (node:events:513:28) at maybeClose (node:internal/child_process:1091:16) at ChildProcess._handle.onexit (node:internal/child_process:302:5)

The instructions here solved the issue- to change the default python to version 3 the build succeeds.