我尝试导入Geopandas时内核反复死亡

时间:2019-10-11 12:35:21

标签: python-3.x jupyter-notebook geopandas

我正在尝试将geopandas导入我的jupyter笔记本中,但是内核一直死掉。我也是相当新的geopandas和jupyter笔记本。

我试图更新jupyter笔记本和geopandas。

“导入大熊猫”

我收到一个错误消息“内核似乎已经死亡。它将自动重新启动。” Kernel dying error

1 个答案:

答案 0 :(得分:0)

我遇到了同样的问题,发现我的 jupyter 内存不足。

  1. 在你import fiona之前尝试import geopandas

  2. 请使用这些扩展来检查您的内存是否不足。尝试安装 jupyter-resource-usage 扩展以验证 https://tljh.jupyter.org/en/latest/howto/admin/nbresuse.html#:~:text=The%20jupyter%2Dresource%2Dusage%20extension,corner%20of%20the%20notebook%20interface.

  3. 您还可以在 binder 中运行 notebook,这应该可以解决任何内存不足问题: https://mybinder.org/v2/gh/RadiantMLHub/ml4eo-bootcamp-2021/HEAD mybinder.orgmybinder.org


将您的笔记本/文件夹/文件保存到 github 并将链接复制到活页夹中。