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?
//this code error:
//the correct code.
tap from homebrew instead of caskroom:
You don't need to install cask anymore, you just need homebrew. Try using any cask command
ok, I understand, just type in 'brew cask', and wait.....
MyMacBook-Pro:homebrew-core adam$ brew cask ==> Tapping homebrew/cask Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-cask'... remote: Enumerating objects: 3581, done. remote: Counting objects: 100% (3581/3581), done. remote: Compressing objects: 100% (3573/3573), done. remote: Total 3581 (delta 23), reused 578 (delta 6), pack-reused 0 Receiving objects: 100% (3581/3581), 1.19 MiB | 18.00 KiB/s, done. Resolving deltas: 100% (23/23), done. Tapped 1 command and 3470 casks (3,586 files, 3.9MB). Homebrew Cask provides a friendly CLI workflow for the administration of macOS applications distributed as binaries.
Commands:
See also "man brew-cask"