-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uses python 2, which is EOL #3
Comments
The main issue seems to be that all the dependencies are very out of date |
I tried updating all the dependencies but there's breaking changes. I think we'll need to upgrade each package one at a time. What do you think about enabling dependabot and working through those one by one? |
can you try updating only electron-builder and see if that helps? alternatively couldn't you just install python? |
Yes, I suppose I could install python2. It's been EOL'd, though, and upgrading dependencies to get python3 support seems like the better way? |
Okay strange: I had it working at one point, and pretty sure I just upgraded electron-builder for that. But I wiped that out to see if it was still necessary, and now I can't get to a working state (without python2) again. |
updating electron-builder to atleast 23.0.2 should fix this according to this issue electron-userland/electron-builder#6606 (comment) are you sure that it doesn't work if you update only electron-builder in the custom-release branch? can you just run |
Yeah the problem was that I just did |
Fails because macos no longer has python2:
The text was updated successfully, but these errors were encountered: