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 exited with code: 1

See original GitHub issue

This is a

  • Bug Report
  • Feature Request
  • Other

If this is a bug report, What are the steps to reproduce?
//provide configuration here

Please also provide:

  • Platform(OS/Version): Windows 10 Version 1803 (Build 17134.112)
  • Host Node Version: 10.2.1
  • Target Node Version: 10.2.1
  • Nexe version: 2.0.0-rc.30
  • Python Version: 2.7.15

I’m not sure why this is happening?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:15 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
TundraFizzcommented, Jun 28, 2018

I had the exact same problem as @Tenrys and got it working. The solution is that you need to add the path to your environment variables. Here are the exact steps I did:

  • https://www.nasm.us/pub/nasm/releasebuilds/2.14rc12/win64/
  • Downloaded: nasm-2.14rc12-installer-x64.exe
  • Ran the installer as Administrator so that run with elevated privileges
  • Installed it to this location on my computer: D:\NASM
  • Go to: System Properties -> Environment Variables
  • Add D:\NASM to both of these:
    • User variables for [user] -> Path
    • System variables -> Path
1reaction
calebboydcommented, Jun 21, 2018

Try adding --verbose to get an additional log

Read more comments on GitHub >

github_iconTop Results From Across the Web

npm Install fails error Build failed with error code: 1
If your Node version is very recent, try downgrading. Stable version 14.16.1 worked.
Read more >
Command ['python', 'waf'] exited with code 1 - Google Groups
Hi , In the ns-allinone-3.4 folder, i executed build.py on the shell. I got following error. ... Package goocanvas was not found in...
Read more >
Troubleshoot Terminal launch failures - Visual Studio Code
Some terminal launch failures may be due to your shell installation and are not specific to VS Code. The exit codes displayed come...
Read more >
How to Fix 'Terminated With Exit Code 1' Error - Komodor
Exit Code 1 indicates that a container shut down, either because of an application failure or because the image pointed to an invalid...
Read more >
Python Initialization Configuration — Python 3.11.1 ...
Call exit(exitcode) if status is an exit. Print the error message and exit with a non-zero exit code if status is an error....
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