when I'm running ./install-deps , or bash ./install-deps , I am getting the error:
qt: This formula either does not compile or function as expected on macOS
versions newer than El Capitan due to an upstream incompatibility.
same problem at macOS 10.12
I edited install-deps file:
< brew install git readline cmake wget qt
---
> brew install git readline cmake wget #qt
then qt won't be installed by brew, this will cause luarocks install qtlua fail. But torch still works, for now...
I was able to sucessfully work around this on a fresh install of Sierra this evening.
It looks like qt.rb will execute just fine on MacOS Sierra, you just need to remove the Maximum OS requirement entry to allow it to run.
This is what was required on my machine.
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/qt.rb
Comment out line 36 as follows
I am curious if this works for others.
Thanks
I see this in http://stackoverflow.com/questions/39690404/brew-install-qt-does-not-work-on-macos-sierra
I think this can help for you
Most helpful comment
same problem at macOS 10.12
I edited
install-depsfile:then
qtwon't be installed by brew, this will causeluarocks install qtluafail. But torch still works, for now...