从github上下载了几个vue的后台模板,
在安装的过程中发现居然要用到python
提示`Error: Can‘t find Python executable “python“, you can set the PYTHON env var`
百度
```
// 安装node-gyp
cnpm install -g node-gyp
//使用npm安装Windows的C ++构建工具-源码
cnpm install --global --production windows-build-tools
node-gyp list
```
![](https://img-blog.csdnimg.cn/20210613053731223.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L20wXzQ5MjMwMTk4,size_16,color_FFFFFF,t_70)
![](https://img-blog.csdnimg.cn/20210613054231990.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L20wXzQ5MjMwMTk4,size_16,color_FFFFFF,t_70)
`https://blog.csdn.net/m0_49230198/article/details/117863312`