Open michalkordyzon opened 2 years ago
I have made this change: brew cask install xquartz --> brew install --cask xquartz to avoid installation error on macOS: Error: "brew cask" is no longer a "brew" command. Use "brew <command> --cask" instead.
brew cask install xquartz
brew install --cask xquartz
Error: "brew cask" is no longer a "brew" command. Use "brew <command> --cask" instead.
The issue was here: https://github.com/torch/torch7/issues/1234
I have made this change:
brew cask install xquartz
-->brew install --cask xquartz
to avoid installation error on macOS:Error: "brew cask" is no longer a "brew" command. Use "brew <command> --cask" instead.
The issue was here: https://github.com/torch/torch7/issues/1234