Cartopy examples produce a Segmentation fault

前端 未结 1 1173
攒了一身酷
攒了一身酷 2021-01-18 01:40

Cartopy can\'t draw virtually anything. Even a simple example results in a segfault. Segmentation fault is all Python 3.7.0 says before crashing. S

1条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-18 01:41

    Finally, I found this comment. The issue describes different symptoms but the suggested solution works:

    pip uninstall shapely
    pip install --no-binary :all: shapely
    

    0 讨论(0)
提交回复
热议问题