docker-machine-driver-scaleway icon indicating copy to clipboard operation
docker-machine-driver-scaleway copied to clipboard

When trying to run `brew tap scaleway/scaleway`: undefined method `cellar'

Open finicu212 opened this issue 3 years ago • 0 comments

Hi, I'm trying to install this via brew, however it says there is an invalid method cellar (Invalid syntax in tap!):

$ brew tap scaleway/scaleway
==> Tapping scaleway/scaleway
Cloning into '/home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/scaleway/homebrew-scaleway'...
remote: Enumerating objects: 93, done.
remote: Total 93 (delta 0), reused 0 (delta 0), pack-reused 93
Unpacking objects: 100% (93/93), 26.34 KiB | 793.00 KiB/s, done.
Warning: DEPRECATED: This is the last version released with this formula.
Please uninstall this version and use the official formula: brew uninstall -f scw && brew install scw

Error: Invalid formula: /home/linuxbrew/.linuxbrew/Homebrew/Library/Taps/scaleway/homebrew-scaleway/scw.rb
scw: undefined method `cellar' for #<BottleSpecification:0x00000000038c0138>
Error: Cannot tap scaleway/scaleway: invalid syntax in tap!

installing the CLI tool (scw) however works fine but that is in homebrew/core

finicu212 avatar Aug 01 '22 08:08 finicu212