-
Notifications
You must be signed in to change notification settings - Fork 263
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
After installing Mac OS Monterey, pup won't run up anymore #166
Comments
That is the issue. Try building the binary with a newer version. |
Thank you, @SuperSandro2000! The version of pup that I'm using was installed using Homebrew. Is there any way to get that version running again - I'm not that comfortable building the pup binary myself? In other words - if the pup binary on Homebrew (and its dependencies) are updated at some point in time, that should also solve my problem, right? In the mean-time, I will look into building it myself as you suggested. Thanks again! |
Homebrew
Not if you don't |
Ah, I see what you mean. Homebrew installed my version of pup from https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/pup.rb. Must be pretty old stuff. Will uninstall then reinstall from https://raw.githubusercontent.com/EricChiang/pup/master/pup.rb instead. Very sorry for wasting your time, will report here if my problem was solved. |
Not sure what was wrong - I run |
Glad you got that sorted out, but I just want to clear up a couple of misconceptions:
Hardly. That's current Homebrew, which is as up-to-date as it gets. Notice that the formula contains bottles up to Big Sur (both Intel and M1). The canonical Homebrew install instruction for
This, on the other hand, is seriously out of date. Hardly anyone runs 32-bit macOS any more, and the 64-bit binary therein is as old as it gets. If your original installation was from this formula, that's probably why you got the error you did. Sadly, |
OK, makes sense, since reinstalling from https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/pup.rb fixed the issue. https://raw.githubusercontent.com/EricChiang/pup/master/pup.rb is the install link in README.md, which is why I assumed that would be the most up-to-date option. |
Running any command (e.g.
'<p>Oink</p>' | pup 'p text{}'
) from the terminal results in the following. Even "pup --version" fails. Am I right in assuming this is not so much a pup issue, as it is a go issue?The text was updated successfully, but these errors were encountered: