1
我似乎無法與NumPy立即安裝到系統的Python,我已經升級到了Xcode的4安裝的XCode 4雪豹(10.6)安裝NumPy的
當我嘗試這樣做:
easy_install -U numpy
我得到:
File "/private/tmp/easy_install-xoqh9U/numpy-1.6.1/numpy/core/setup.py", line 696, in get_mathlib_info
RuntimeError: Broken toolchain: cannot link a simple C program
我想使用Python的系統(我有編譯/安裝許多其他的模塊,並且不希望使用EPD用於此目的)。