pygmystack / pygmy

the pygmy stack is a container stack for local development
MIT License
25 stars 13 forks source link

Running "brew install pygmy" as per instructions says: No available formula with the name "pygmy" #368

Closed klonos closed 2 years ago

klonos commented 2 years ago

The instructions in https://github.com/pygmystack/pygmy#using-homebrew say:

brew tap pygmystack/pygmy;
brew install pygmy;
$ brew tap pygmystack/pygmy
Running `brew update --preinstall`...

...
==> Homebrew was updated to version 3.3.12
The changelog can be found at:
  https://github.com/Homebrew/brew/releases/tag/3.3.12
==> Tapping pygmystack/pygmy
Cloning into '/usr/local/Homebrew/Library/Taps/pygmystack/homebrew-pygmy'...
remote: Enumerating objects: 103, done.
remote: Counting objects: 100% (103/103), done.
remote: Compressing objects: 100% (75/75), done.
remote: Total 103 (delta 34), reused 16 (delta 3), pack-reused 0
Receiving objects: 100% (103/103), 18.29 KiB | 3.66 MiB/s, done.
Resolving deltas: 100% (34/34), done.
Tapped 1 formula (15 files, 28.8KB).
$ brew install pygmy
Warning: No available formula with the name "pygmy". Did you mean pygmy-go?
==> Searching for similarly named formulae...
These similarly named formulae were found:
pygmystack/pygmy/pygmy-go                                                                                                              pygmy-go
To install one of them, run (for example):
  brew install pygmystack/pygmy/pygmy-go
==> 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.
fubarhouse commented 2 years ago

The next release should fix this, but I'll make sure this is fixed when that happens. :)

ocean90 commented 2 years ago

@fubarhouse Any chance you can release the new version? It's a bit annoying that you can't even install the latest stable version via Homebrew as the repo has been renamed too. Thanks!

tobybellwood commented 2 years ago

With the release of https://github.com/pygmystack/pygmy/releases/tag/v0.9.0 this now works :partying_face: