question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error: python ./configure.py --dest-cpu=arm7l exited with code: 2

See original GitHub issue

Hi all, I am having this issue of compiling nodejs application in Raspberry Pi 3B+, and I met this error. I also tried using other option shown but still give the same error.

pi@raspberrypi:~ $ nexe -i /home/pi/Documents/helloworld.js -o /home/pi/Documents/hello --build --verbose ℹ nexe 3.3.2 ✔ Downloading Node.jssource from: https://nodejs.org/dist/v10.16.0/node-v10.16.0.tar.gz ✔ Already downloaded... ✔ Compiling result Configuring node build: --dest-cpu=arm7l Usage: configure.py [options]

configure.py: error: option --dest-cpu: invalid choice: 'arm7l' (choose from 'arm', 'arm64', 'ia32', 'mips', 'mipsel', 'mips64el', 'ppc', 'ppc64', 'x32', 'x64', 'x86', 'x86_64', 's390', 's390x') ✔ Configuring node build: --dest-cpu=arm7l ✔ Finished in 7.418s

Error: python ./configure.py --dest-cpu=arm7l exited with code: 2

See nexe -h for usage..

Other options I used:

  • nexe -i /home/pi/Documents/helloworld.js -o /home/pi/Documents/hello --build --verbose -c ['arm']

  • nexe -i /home/pi/Documents/helloworld.js -o /home/pi/Documents/hello --build --verbose -c ['arm64']

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
calebboydcommented, Sep 28, 2019

https://media.tenor.com/images/9222edfb0c81a5bd98e667505494bfec/tenor.gif

1reaction
danawoodmancommented, Sep 28, 2019

@calebboyd can we get a release pweeeeeze? 🤓

Read more comments on GitHub >

github_iconTop Results From Across the Web

python 3.x - Syntax Error when using Configure.py in PyInstaller
When I was trying to bundle my program (still in development) into an exe with PyInstaller 2.1, running the Configure.py from the correct ......
Read more >
SIP — Spack 0.20.0.dev0 documentation
Each SIP package comes with a custom configure.py build script, written in Python. This script contains instructions to build the project.
Read more >
How to solve SIP installation error? - GIS Stack Exchange
I downloaded the PyQt and SIP packages, and tried to install them but have run into errors. Installing SIP: As far as I...
Read more >
Configuring Duktape 2.x for build
The configure.py tool subsumes genconfig.py : it generates both a duk_config.h and prepared sources matching the configuration. This makes it possible to modify ......
Read more >
subprocess-exited-with-error pip - You.com | The AI Search ...
error : subprocess-exited-with-error × Running setup.py install for lru-dict did not run successfully. │ exit code: 1 ╰─> [9 lines of output] running ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found