gpt4 book ai didi

python - 段错误 : 11 python after upgrading to OS Big Sur

转载 作者:行者123 更新时间:2023-12-03 16:00:04 24 4
gpt4 key购买 nike

昨天,我的程序运行良好。但是,今天它停止工作。我认为它可能与最新的 Mac OS 更新有关,因为我今天刚刚安装了它。我的测试代码如下所示

import matplotlib.pyplot as plt
import numpy as np
print("ehllow")
zeroes = np.zeros((10,10))
plt.imshow(zeroes)
plt.show()
一切顺利,直到我到达 plt.show()。我曾尝试删除它,并且程序运行顺利,但是一旦我将其添加回来,我就收到了错误

Segmentation fault: 11


然后它显示一个 python 崩溃屏幕 enter image description here
我有适用于 Mac 的 3.7.6 64 位 python 版本。

最佳答案

好的。只为任何想知道的人
只需卸载并重新安装出现错误的软件包对我有用

pip uninstall matplotlib
pip install matplotlib

关于python - 段错误 : 11 python after upgrading to OS Big Sur,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64841082/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com