Python 3.4 crashes when producing some – but not all – Cartopy maps with segmentation fault 11
I have installed the Python mapping tool Cartopy on a Mac running El Capitan 10.11.6 with Python 3.4. I can use Cartopy to successfully plot some maps but, in some cases, the Python kernel dies with Segmentation Fault 11. I wanted a setup that I could remove easily from my computer should the need arise. Therefore, I installed Python 3.4 and the necessary dependencies using fink: $ fink install python34 $ fink install gdal2 $ fink install gdal2-dev $ fink install proj $ fink install libproj9 I then created a virtual environment using pyvenv (but also tried virtualenv and venv) and activated it