[New-bugs-announce] [issue43469] Python 3.6 fails to run on MacOS (Big Sur 11.2.3)

Xinmeng Xia report at bugs.python.org
Thu Mar 11 02:17:30 EST 2021


New submission from Xinmeng Xia <xiaxm at smail.nju.edu.cn>:

Python 3.6 can work well on old version of MacOS. When I upgrade MacOS to the latest version Big Sur 11.2.3. Python 3.6 fails to start and crashes. Python 3.7, 3.8, 3.9 can perform well on the new version MacOS Big Sur 11.2.3. The crash information attached as follows:

Crash information
==============================================================
>>python3.6
dyld: Library not loaded: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
  Referenced from: /Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python
  Reason: image not found
Abort trap: 6
==============================================================

----------
components: macOS
messages: 388481
nosy: ned.deily, ronaldoussoren, xxm
priority: normal
severity: normal
status: open
title: Python 3.6 fails to run on MacOS (Big Sur 11.2.3)
type: crash
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43469>
_______________________________________


More information about the New-bugs-announce mailing list