node js nexe build报错
nexe build
nexe main.js --build
ℹ nexe 4.0.0-rc.6
✔ Already downloaded...
✔ Configuring node build: --dest-cpu=x64
✔ Finished in 5.814s
Error: python ./configure.py --dest-cpu=x64 exited with code: 1
See nexe -h for usage..
指定python版本
#nexe build specify python
export PYTHON=/Library/Frameworks/Python.framework/Versions/3.7/bin/python3