我想在我的mac上的vertualenv上安裝scipy。在Mac OS Lion上在Virtualenv上安裝SciPy
使用的virtualenv的Python:
(Django)miki725mac:Django miki725$ python
Python 2.7.2 (default, Aug 3 2011, 00:58:00)
[GCC 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
我會嘗試這樣做,其失敗安裝SciPy的:
$ svn co http://svn.scipy.org/svn/scipy/trunk scipy
$ python setup.py build
$ python setup.py install
然後我嘗試:
$ pip install scipy
而且按照建議我嘗試過:
$ pip install -e git://github.com/scipy/[email protected]#egg=scipy-dev
日誌
這裏是所有insallation步驟的完整日誌:(因爲他們比計算器太長)
python setup.py build
http://www.diglo.com/download/3dfc7a1af18617d7ee49faa8bea3464703ea
python setup.py install
http://www.diglo.com/download/ab13985c76ad709b25464fa1254daa4b03ea
pip install scipy
http://www.diglo.com/download/9e808fe5b57b6b01a8265d4b01958da703ea(引擎收錄:http://paste.pocoo.org/show/454004/)
pip install -e git://github.com/scipy/[email protected]#egg=scipy-dev
http://www.diglo.com/download/085f7bd08e7cb86823718b94641ecacd03ea
請幫助。我是新來的。先謝謝你。
請更新您的問題,並張貼錯誤,而不是最後的前幾行 - 這是那些其中實際包含錯誤的來源。 –
只是。謝謝 – miki725
Err,對不起,這有點太高...我的意思是「包含編譯錯誤的前幾行」。你可以發佈整個輸出嗎? –