[Solved] Error: Can‘t find Python executable “python“, you can set the PYTHON env variable.

1. Execute

npm install

The following errors are reported

gyp ERR! configure error 
gyp ERR! stack Error: Can't find Python executable "python", you can set the PYTHON env variable.
gyp ERR! stack     at PythonFinder.failNoPython (/home/h5/my-vue/node_modules/node-gyp/lib/configure.js:484:19)
gyp ERR! stack     at PythonFinder.<anonymous> (/home/h5/my-vue/node_modules/node-gyp/lib/configure.js:406:16)
gyp ERR! stack     at F (/home/h5/my-vue/node_modules/which/which.js:68:16)
gyp ERR! stack     at E (/home/h5/my-vue/node_modules/which/which.js:80:29)
gyp ERR! stack     at /home/h5/my-vue/node_modules/which/which.js:89:16
gyp ERR! stack     at /home/h5/my-vue/node_modules/isexe/index.js:42:5
gyp ERR! stack     at /home/h5/my-vue/node_modules/isexe/mode.js:8:5
gyp ERR! stack     at FSReqCallback.oncomplete (fs.js:192:21)
gyp ERR! System Linux 4.18.0-305.19.1.el8_4.x86_64
gyp ERR! command "/home/soft/nodejs/bin/node" "/home/h5/my-vue/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /home/up/down/122/whxmapp-vue/node_modules/node-sass
gyp ERR! node -v v14.17.5
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 

2. Solution:

Update and upgrade NPM

sudo npm install npm@latest -g

Read More: