-
Notifications
You must be signed in to change notification settings - Fork 438
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
Building macOS installer fails #2365
Comments
carlosperate
added a commit
that referenced
this issue
Dec 6, 2022
A pup subdepdency has an issue, so as a workaround we manually specify an older version until it is resolved: #2365
carlosperate
added a commit
that referenced
this issue
Dec 6, 2022
A pup subdepdency has an issue, so as a workaround we manually specify an older version until it is resolved: #2365
I've merge PR #2366 with a temporary workaround, and responded to the |
The |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pup throws the following error:
This comes from the
mac_alias
package, which is installed as a depedency ofdmgbuild
, which is a depedency ofpup
.The issue is already identified, and a PR raised, but it hasn't been merged and released yet:
Possible workarounds right now:
a. Update pup to pin
mac_alias==2.2.0
b. Install
mac_alias==2.2.0
in the pup virtual env, before installing pupOption a) might take a little while, as Tiago is likely busy at the moment and might not have the bandwidth to do a release soon (@tmontes tagging you for visibility, but no need to look into this right now).
I'll prepare a PR for option b), which we can remove when the next version of
mac_alias
is released.The text was updated successfully, but these errors were encountered: