pyaillet/doggy

Installation with homebrew doesn't seem to work

Closed this issue · 6 comments

Installation with homebrew doesn't seem to work (i'm on darwin arm64).

$ brew tap pyaillet/homebrew-formulas
$ brew install pyaillet/doggy
Warning: No available formula with the name "doggy". Did you mean doggo or dog?
==> Searching for similarly named formulae and casks...
==> Formulae
doggo                                                                        dog

To install doggo, run:
  brew install doggo

Thanks for reporting this. I can reproduce this problem.

I'll let you know when it's fixed.

You should be able to install it now, just make sure to launch the following commands:

brew untap pyaillet/homebrew-formulas
brew tap pyaillet/homebrew-formulas
brew install pyaillet/doggy

I had to use brew install pyaillet/formulas/doggy instead of brew install pyaillet/doggy (5 minutes ago).
On Ubuntu 22.04

I had to change the topology of the formula repository. I will check if the instructions need to be different between MacOS and Linux and update them accordingly.

I had to use brew install pyaillet/formulas/doggy too (2 minutes ago). (On MacOs 14.4)

Ok, I'll change the instructions then!
Thanks for the feedback.