jcjohnson / neural-style

Torch implementation of neural style algorithm
MIT License
18.31k stars 2.71k forks source link

during install torch :home-brew update the list and No such keg: /usr/local/Cellar/gnuplot #399

Open zs236 opened 7 years ago

zs236 commented 7 years ago

question 1 ==> brew cask install caskroom/cask/brew-cask ==> Creating Caskroom at /usr/local/Caskroom ==> We'll set permissions properly so we won't need sudo in the future Password: Error: '/usr/local/Homebrew/Library/Taps/caskroom/homebrew-cask/Casks/brew-cask.rb' does not exist.

from this page: https://github.com/Homebrew/homebrew-core/tree/master/Formula they use brew-cask-completion.rb instead of brew-cask.rb.

question 2 in the script curl -s https://raw.githubusercontent.com/torch/ezinstall/master/install-deps brew cask install xquartz brew remove gnuplot brew install gnuplot --with-wxmac --with-cairo --with-pdflib-lite --with-x11 --without-lua

==> Verifying checksum for Cask xquartz ==> Running installer for xquartz; your password may be necessary. ==> Package installers may write to any location; options such as --appdir are i ==> installer: Package name is XQuartz 2.7.11 ==> installer: Installing at base path / ==> installer: The install was successful. 🍺 xquartz was successfully installed! Error: No such keg: /usr/local/Cellar/gnuplot how to fix it?

kronosboy commented 7 years ago

I have the same error. Did you find a solution?