Error installing on macOS Sequoia with homebrew (Bug #942)
Description
I've been using AMC successfully on older macOS versions. However, when attempting to install it on a new MacBook Air M3 running macOS Sequoia (15.0.1) via Homebrew, the installation fails with this error:
Error: openssl@1.1 has been disabled because it is not supported upstream! It was disabled on 2024-10-24.
It appears that AMC, or one of its dependencies, is still linked to openssl@1.1, which was deprecated by Homebrew on October 24, 2024, due to upstream discontinuation.
Question: Are there any plans to update AMC's dependencies to replace openssl@1.1 with a supported version, such as openssl@3? Or is there an alternative installation method recommended for macOS 15?
History
Updated by Alexis Bienvenüe 16 days ago
There is a pull request that suggests to change the version in the HomeBrew formula:
https://github.com/maelvls/homebrew-amc/pull/92/files
Maybe this can help?