macOS Monterey 12.3恢复安装Python 2.7

macOS Monterey 12.3恢复安装Python 2.7,第1张

问题描述

MacBook Pro 的 *** 作系统升级到了最新版本的 macOS Monterey 12.3以后,移除了随系统发行的 Python 2.7。更新系统启动之后,发现部分 App 启动即崩溃。


原因分析:

检查系统启动时,发现链接器找不到python2.7,造成了 App 无法启动。

Reason: tried: '/System/Library/Frameworks/Python.framework/Versions/2.7/Python' (no such file), '/Library/Frameworks/Python.framework/Versions/2.7/Python' (no such file)


解决方案:

我们需要手动安装 Python2.7,安装后问题解决。

下载地址: https://www.python.org/ftp/python/2.7.18/python-2.7.18-macosx10.9.pkg

欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/langs/714987.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-04-25
下一篇2022-04-25

发表评论

登录后才能评论

评论列表(0条)

    保存