zoukankan      html  css  js  c++  java
  • Vue++: gyp ERR! find Python

    gyp ERR! find Python
    gyp ERR! find Python Python is not set from command line or npm configuration
    gyp ERR! find Python Python is not set from environment variable PYTHON
    gyp ERR! find Python checking if "python3" can be used
    gyp ERR! find Python - "python3" is not in PATH or produced an error
    gyp ERR! find Python checking if "python" can be used
    gyp ERR! find Python - "python" is not in PATH or produced an error
    gyp ERR! find Python checking if "python2" can be used
    gyp ERR! find Python - "python2" is not in PATH or produced an error
    gyp ERR! find Python checking if Python is C:\Python37\python.exe
    gyp ERR! find Python - "C:\Python37\python.exe" could not be run
    gyp ERR! find Python checking if Python is C:\Python27\python.exe
    gyp ERR! find Python - "C:\Python27\python.exe" could not be run
    gyp ERR! find Python checking if the py launcher can be used to find Python
    gyp ERR! find Python - "py.exe" is not in PATH or produced an error
    gyp ERR! find Python
    gyp ERR! find Python **********************************************************
    gyp ERR! find Python You need to install the latest version of Python.
    gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
    gyp ERR! find Python you can try one of the following options:
    gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe"
    gyp ERR! find Python   (accepted by both node-gyp and npm)
    gyp ERR! find Python - Set the environment variable PYTHON
    gyp ERR! find Python - Set the npm configuration variable python:
    gyp ERR! find Python   npm config set python "C:\Path\To\python.exe"
    gyp ERR! find Python For more information consult the documentation at:
    gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
    gyp ERR! find Python **********************************************************
    gyp ERR! find Python
    gyp ERR! configure error
    gyp ERR! stack Error: Could not find any Python installation to use
    gyp ERR! stack     at PythonFinder.fail (E:\MyCoding\VUE\other\MrThinco\shop-cms-master\node_modules\_node-gyp@7.1.2@node-gyp\lib\find-python.js:302:47)
    gyp ERR! stack     at PythonFinder.runChecks (E:\MyCoding\VUE\other\MrThinco\shop-cms-master\node_modules\_node-gyp@7.1.2@node-gyp\lib\find-python.js:136:21)
    gyp ERR! stack     at PythonFinder.<anonymous> (E:\MyCoding\VUE\other\MrThinco\shop-cms-master\node_modules\_node-gyp@7.1.2@node-gyp\lib\find-python.js:200:18)
    gyp ERR! stack     at PythonFinder.execFileCallback (E:\MyCoding\VUE\other\MrThinco\shop-cms-master\node_modules\_node-gyp@7.1.2@node-gyp\lib\find-python.js:266:16)
    gyp ERR! stack     at exithandler (node:child_process:404:5)
    gyp ERR! stack     at ChildProcess.errorhandler (node:child_process:416:5)
    gyp ERR! stack     at ChildProcess.emit (node:events:390:28)
    gyp ERR! stack     at Process.ChildProcess._handle.onexit (node:internal/child_process:288:12)
    gyp ERR! stack     at onErrorNT (node:internal/child_process:477:16)
    gyp ERR! stack     at processTicksAndRejections (node:internal/process/task_queues:83:21)
    gyp ERR! System Windows_NT 10.0.18363
    gyp ERR! command "C:\\Program Files\\nodejs\\node.exe" "E:\\MyCoding\\VUE\\other\\MrThinco\\shop-cms-master\\node_modules\\_node-gyp@7.1.2@node-gyp\\bin\\node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
    gyp ERR! cwd E:\MyCoding\VUE\other\MrThinco\shop-cms-master\node_modules\_node-sass@5.0.0@node-sass
    gyp ERR! node -v v16.13.0
    gyp ERR! node-gyp -v v7.1.2
    gyp ERR! not ok
    Build failed with error code: 1
    [npminstall:runscript:error] node-sass@^5.0.0 scripts.postinstall run "node scripts/build.js" error: Error [RunScriptError]: Run "C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js" error, exit code 1
        at ChildProcess.<anonymous> (C:\Users\mlq_v\AppData\Roaming\npm\node_modules\cnpm\node_modules\runscript\index.js:96:21)
        at ChildProcess.emit (node:events:390:28)
        at maybeClose (node:internal/child_process:1064:16)
        at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5) {
      stdio: [Object],
      exitcode: 1
    }
    × Install fail! RunScriptError: post install error, please remove node_modules before retry!
    Run "C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js" error, exit code 1
    RunScriptError: Run "C:\Windows\system32\cmd.exe /d /s /c node scripts/build.js" error, exit code 1
        at ChildProcess.<anonymous> (C:\Users\mlq_v\AppData\Roaming\npm\node_modules\cnpm\node_modules\runscript\index.js:96:21)
        at ChildProcess.emit (node:events:390:28)
        at maybeClose (node:internal/child_process:1064:16)
        at Process.ChildProcess._handle.onexit (node:internal/child_process:301:5)
    npminstall version: 5.3.1
    npminstall args: C:\Program Files\nodejs\node.exe C:\Users\mlq_v\AppData\Roaming\npm\node_modules\cnpm\node_modules\npminstall\bin\install.js --fix-bug-versions --china --userconfig=C:\Users\mlq_v\.cnpmrc --disturl=https://npmmirror.com/mirrors/node --registry=https://registry.npmmirror.com

    解决方案:

    方案一:下载python2.7 安装即可 (不过记得配置环境变量)

    方案二:管理员权限打开执行:npm install --global --production windows-build-tools

    证明安装成功:

  • 相关阅读:
    【模板】O(nlongn)求LIS
    【图论】用线段树写Dijikstra!!
    【图论】最短路总结
    【codeforces841A】Generous Kefa
    【模板】Tarjian求LCA
    【模板】 RMQ求区间最值
    【模板】map入门
    【二分 贪心】覆盖问题 BZOJ1052 HAOI2007
    【dp】10-15题解 snake vs block
    【模拟】10-15 题解 trans
  • 原文地址:https://www.cnblogs.com/codingmode/p/15685339.html
Copyright © 2011-2022 走看看