-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation of Torch deps failed on macOS sierra #791
Comments
Hi , I am facing the same issue... Do we have to rollback to Mac El Capitan? |
Hi @reachbp, I think yes. For torch, migrating from Qt4 to Qt5 requires a lot of work and time. It is hard to say whether it will happen or not. For homebrew, they just didn't plan to fix the problem. Thus rollback may be the best solution for now. |
I've now made qt optional for OSX in the instal-deps script. The optional packages qtlua and qttorch will not install during the install process, but that's fine. |
Works now on Mac sierra,, although I had to comment out Line 82... |
skip qt install will case cannot install camera |
Since homebrew has no plan to support Qt for macOS newer than El Capitan (Homebrew/homebrew-core#1957), it is unable to install Torch anymore. Do you have plan to switch to Qt5?
The text was updated successfully, but these errors were encountered: