Error: openssl@1.1 has been disabled because it is not supported upstream! It was disabled on 202...

安装的时候报错

Error: openssl@1.1 has been disabled because it is not supported upstream! It was disabled on 2024-10-24.

Requirements installation failed with status: 1.

1.1过期那么指定使用openssl@3

rvm install 3.3.6 --with-openssl-dir="$(brew --prefix openssl@3)"

发现安装依然反复报错 此时就需要删除干净

brew uninstall --force openssl@1.1

brew cleanup -s

rm -rf /usr/local/etc/openssl@1.1

rm -rf /usr/local/var/homebrew/linked/openssl@1.1

然后再安装

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容