I try to go through installation process Github on MacOs Catalina
The first step is to execute in Terminal:
cd ~/ curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps | bash
But I get Error:
Error: caskroom/cask was moved. Tap homebrew/cask-cask instead.
Then I tried:
brew tap caskroom/cask
But I got the same error. Do you have any suggestions?
Taps are external sources of Homebrew formulae, casks and/or external commands. They can be created by anyone to provide their own formulae, casks and/or external commands to any Homebrew user.
All brew cask commands have been deprecated in favour of brew commands (with --cask ) when necessary. Homebrew.
brew cask commands were deprecated on 2020-12-01 with the release of Homebrew 2.6. 0. Starting then, all brew cask commands succeeded but displayed a warning informing users that the command would soon be disabled. The message also provides the appropriate replacement.
You don't need to install cask anymore, you just need homebrew. Try using any cask command
tap from homebrew instead of caskroom:
brew tap homebrew/cask-fonts
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With