Hi,
I'm trying to install openMHA through homebrew on a Macbook. But I can't complete the installation, and it freezes in between. I have attached the screenshot of the frozen window to this post, and I kindly request forum members help me complete the installation.
Thank you
Kind regards,
Sathish Kumar.
Unable to complete installation on MacOS Monterey
-
- Posts: 6
- Joined: Tue Jun 27, 2023 3:12 pm
Unable to complete installation on MacOS Monterey
- Attachments
-
- Screenshot 2024-11-08 at 10.13.31 PM Medium.jpeg (175.61 KiB) Viewed 275 times
-
- Posts: 119
- Joined: Mon Jun 24, 2019 12:51 pm
Re: Unable to complete installation on MacOS Monterey
It matches my experience that some homebrew packages are sometimes broken. In your case, the homebrew qt package seems to be broken.
When this happens, you can generally
Additional notes for your case:
As qt is only needed as a dependency of qjackctl, and qjackctl itself is only a "recommended" dependency of openMHA, you could try to install openMHA without any recommended dependencies.
Your brew has tried to compile qt. This is unusual, it is usually installed from a pre-compiled "bottle". Maybe at the time of your attempt, "bottles" for the latest qt version had not yet been provided, or maybe you have configured homebrew to prefer self-compilation over installing pre-compiled "bottles". In the latter case, switch back.
When this happens, you can generally
- either wait a few days and try again (file a bug report with homebrew if it takes longer)
- or try to install an older version of the package that causes problems
Additional notes for your case:
As qt is only needed as a dependency of qjackctl, and qjackctl itself is only a "recommended" dependency of openMHA, you could try to install openMHA without any recommended dependencies.
Your brew has tried to compile qt. This is unusual, it is usually installed from a pre-compiled "bottle". Maybe at the time of your attempt, "bottles" for the latest qt version had not yet been provided, or maybe you have configured homebrew to prefer self-compilation over installing pre-compiled "bottles". In the latter case, switch back.