Error: caskroom/cask was moved. Tap homebrew/cask-cask instead

homebrew, homebrew-cask, macos, macos-catalina, torch

Solution

You don't need to install cask anymore, you just need homebrew. Try using any cask command

Problem

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?

Original source