Cartopy examples produce a Segmentation fault

前端 未结 1 1172
攒了一身酷
攒了一身酷 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)
提交回复
热议问题