此错误发生在使用ruby-install安装最新的Ruby时。
我尝试过的:
brew switch openssl <my_version>
brew upgrade openssl
以及在SO中提出的许多其他解决方案。没有人能解决我的问题。
发布于 2020-07-12 12:39:12
虽然在网上有很多类似的问题,但我想没有一个能够解决我的问题。我想添加这个问题,并为我解决了它。我是从medium post上买的
由于Python 2于2020年1月1日宣布停产,brew也不再支持python 2。解决方案是卸载该软件包。
brew uninstall python@2
https://stackoverflow.com/questions/62857132
复制相似问题