Homemade Software – BREW Installation Qt does not work on Macos Sierra

I upgraded my Mac to Sierra, and I cannot install qt. I wrote “brew install qt” and I received the following message. Do you have any suggestions?

“This formula cannot be compiled or run as expected on macOS
The version is newer than El Capitan due to upstream incompatibility.
Error: An unsatisfied requirement failed this Build.”

Tonight, I was able to successfully complete the new round of installation in Seville Solve this problem.

It looks like qt.rb will perform well on MacOS Sierra, you just need to delete the maximum operating system requirement entry to allow it to run.

This is what I need on my machine.

/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/qt.rb

Comment line 36 is as follows

p>

#depends_on MaximumMacOSRequirement => :el_capitan

If this is useful to others, I’m curious

Thank you

I upgraded my Mac to Sierra, and I cannot install qt. I wrote “brew install qt” and I received the following message. Do you have any suggestions?

“This formula cannot be compiled or run as expected on macOS
The version is newer than El Capitan due to upstream incompatibility.
Error: An unsatisfied requirement failed this Build.”

Tonight, I was able to successfully solve this problem during a new round of installation in Seville.

It looks like qt.rb will perform well on MacOS Sierra, you just need to delete the maximum operating system requirement entry to allow it to run.

This is what I need on my machine.

/usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/qt.rb

Comment line 36 is as follows

p>

#depends_on MaximumMacOSRequirement => :el_capitan

If this is useful to others, I’m very curious

Thank you

Leave a Comment

Your email address will not be published.