当前位置: 首页 > 工具软件 > Python24 > 使用案例 >

Can't find Python executable "python", you can set the PYTHON env variable.

张鸿宝
2023-12-01

问题

我们在执行 npm install 命令的时候有时会遇到错误

Error: Can't find Python executable "python", you can set the PYTHON env variable

进而导致安装部分包错误,今天带大家简单快捷地100%解决这个问题

解决

已 windows 平台为例,管理员权限执行以下命令,安装完即可:

$ npm install --global --production windows-build-tools

其他平台遇到这个问题请访问 https://github.com/nodejs/node-gyp

 

转载自这里:https://www.jianshu.com/p/0ddbfce334a5

原作者:简书平台  小菜荔枝

 类似资料: