fink

Python 3.4 crashes when producing some – but not all – Cartopy maps with segmentation fault 11

∥☆過路亽.° 提交于 2019-12-01 19:14:34
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

Mac OS X Lion 10.7.4上安装GTK+心得,兼谈如何解决fink的“could no

最后都变了- 提交于 2019-12-01 14:40:20
一、系统环境(OS X与XCode)   操作系统:Mac OS X Lion 10.7.4(11E53)   编程工具:Xcode 4.4.1(1448),并装好了它的“Command Line Tools”。   安装过程可参考这些帖子—— 在virtualbox上安装Mac OS X Lion 之 配置过程 http://www.crifan.com/install_mac_os_x_lion_on_virtualbox_config_process/ 给VirtualBox上的Mac Lion安装Xcode http://www.crifan.com/install_xcode_for_mac_on_virtualbox/ Mac OS X Lion下找不到GCC http://blog.csdn.net/qinjienj/article/details/7456193 二、尝试GTK+官网方法   对于mac系统,官网上主要是以下这几个页面—— Download for Mac OS X http://www.gtk.org/download/macos.php Building GTK-OSX https://live.gnome.org/GTK%2B/OSX/Building Bundling https://live.gnome.org/GTK%2B/OSX

Perl strategy for a new Snow Leopard user? [closed]

非 Y 不嫁゛ 提交于 2019-11-30 15:50:17
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 2 years ago . I'm about to get a new iMac. It's my first Intel mac and will presumably come with Snow Leopard. What would other users recommend as the right strategy for installing and using perl on this machine? I know I've read some complaints about the version of Perl (or was it the version

python matplotlib framework under macosx?

亡梦爱人 提交于 2019-11-26 17:17:23
I am getting this error: /sw/lib/python2.7/site-packages/matplotlib/backends/backend_macosx.py:235: UserWarning: Python is not installed as a framework. The MacOSX backend may not work correctly if Python is not installed as a framework. Please see the Python documentation for more information on installing Python as a framework on Mac OS X I installed python27 using fink and it's using the default matplotlib is using macosx framework. There are two ways Python can be built and installed on Mac OS X. One is as a traditional flat Unix-y shared library. The other is known as a framework install,

python matplotlib framework under macosx?

☆樱花仙子☆ 提交于 2019-11-26 05:22:11
问题 I am getting this error: /sw/lib/python2.7/site-packages/matplotlib/backends/backend_macosx.py:235: UserWarning: Python is not installed as a framework. The MacOSX backend may not work correctly if Python is not installed as a framework. Please see the Python documentation for more information on installing Python as a framework on Mac OS X I installed python27 using fink and it\'s using the default matplotlib is using macosx framework. 回答1: There are two ways Python can be built and