Error: Can‘t find Python executable “python“, you can set the PYTHON env var

亲测可用,若有疑问请私信

此问题,自己分析了好久才找到问题。其实有两种解决方案,我这里举例了一个,另一种环境变量配置也是可以的。希望能帮到大家。

问题描述:

Error: Can‘t find Python executable “python“, you can set the PYTHON env var_第1张图片


解决方案:
1:执行这条命令:
npm install --global --production windows-build-tools
执行后你会发现下面的截图所展示的问题,一定要仔细阅读(这两张截图);

Error: Can‘t find Python executable “python“, you can set the PYTHON env var_第2张图片

 Error: Can‘t find Python executable “python“, you can set the PYTHON env var_第3张图片

2:找到这个文件夹,点击进去

Error: Can‘t find Python executable “python“, you can set the PYTHON env var_第4张图片
 
3:提醒一下,这里看截图操作

 Error: Can‘t find Python executable “python“, you can set the PYTHON env var_第5张图片


4:先点击移除,完成后。再次找到python-2.7.15.amd64.msi 这个重新安装。

Error: Can‘t find Python executable “python“, you can set the PYTHON env var_第6张图片
5:就用默认的这个盘,直接下一步,直到finish。

 Error: Can‘t find Python executable “python“, you can set the PYTHON env var_第7张图片


6:再次回到你的执行命令的界面,先ctrl+c,再次执行命令:npm install

Error: Can‘t find Python executable “python“, you can set the PYTHON env var_第8张图片
7:恭喜你

 Error: Can‘t find Python executable “python“, you can set the PYTHON env var_第9张图片


8:执行命令 npm run dev
 

你可能感兴趣的:(#,Node,#,Vue2.0,#,Web,python,开发语言,后端)