alex8088 / electron-vite-boilerplate

Comprehensive and security Electron template (TypeScript + Vue3 + Vite).
https://electron-vite.org
141 stars 25 forks source link

mac m1电脑 运行build:mac报错 #4

Closed rlinhe closed 1 year ago

rlinhe commented 1 year ago

image

alex8088 commented 1 year ago

需要安装Python3

rlinhe commented 1 year ago

需要安装Python3

装了py3, 需要特定版本吗? image

alex8088 commented 1 year ago

是不是同时存在py2, https://github.com/electron-userland/electron-builder/issues/6873

rlinhe commented 1 year ago

是不是同时存在py2, electron-userland/electron-builder#6873

没有py2, image

补充:/usr/bin下有python3 image

项目中如果用了py3, 是不是应该是/usr/bin/python3, 不应该是/usr/bin/python image

alex8088 commented 1 year ago

你electron-builder 什么版本,是不是刚刚升级了macos,把electron-builder 升级最新版本

alex8088 commented 1 year ago

升级一下electron-builder版本,可能是macOS更新导致,electron-builder新地版本会兼容

Beiluola commented 1 year ago

能否升级下模版yarn create @quick-start/electron my-app --template vueelectron-builder的依赖版本?今天下了个模版因为这个依赖搞了好久