thoughtbot / laptop

A shell script to set up a macOS laptop for web and mobile development.
https://thoughtbot.com
MIT License
8.5k stars 1.91k forks source link

Installing `parity` has failed! #624

Closed remy727 closed 1 year ago

remy727 commented 1 year ago
Show error ```shell Installing parity Warning: 'parity' formula is unreadable: No available formula with the name "parity". Did you mean pari? Warning: No available formula with the name "parity". Did you mean pari? ==> Searching for similarly named formulae... This similarly named formula was found: pari To install it, run: brew install pari ==> Searching for a previously deleted formula (in the last month)... Error: No previously deleted formula found. ==> Searching taps on GitHub... Error: No formulae found in taps. Installing parity has failed! Using gh Homebrew Bundle failed! 1 Brewfile dependency failed to install. ```
cpytel commented 1 year ago

Hi @remy727 I'm not able to replicate this. Here is a log from running the script on a fresh install of macOS Ventura 13.0.1.

laptop.log

If possible, please provide the log and the macOS version you're running the script on and whether it is a fresh installation or not. Thanks.

remy727 commented 1 year ago

Hi @cpytel, thank you for your reply.

I am on macOS Monterey 12.6 and was going to install parity since it was new. I disabled other commands except for parity and ran.

cpytel commented 1 year ago

Ok, thanks for the explanation. If you've "disabled other commands except for parity", then that means you've removed the command that means you've likely removed the tap command which tells Homebrew to include the actual parity location.

Instead of running the modified laptop script, it's best to just run:

brew tap thoughtbot/formulae
brew install parity

In your terminal.

I hope that helps. If you need further help with parity, it's probably best to go to https://github.com/thoughtbot/parity