Can‘t find Python executable “ python“, you can set the PYTHON env variable 浮游本尊 2023-02-08 200 阅读1分钟 出现如下情况报错Can‘t find Python executable “ python“, you can set the PYTHON env variable,说明axios所需的插件没有装上。 安装一下插件就行 npm install axios qs --save npm install antd babel-plugin-import --save 安装步骤 然后启动一下项目npm run serve 问题成功解决