2014-07-07 47 views
0

我已經將我的python version 2.7升級到3.4,然後嘗試安裝kivy library與命令python setup.py install.但我在下面出現錯誤。dyld:kivy安裝時沒有加載庫

dyld: Library not loaded: 
/Library/Frameworks/Python.framework/Versions/3.3/Python Referenced 
from: /usr/bin/python Reason: no suitable image found. Did find: 
    /Library/Frameworks/Python.framework/Versions/3.3/Python: no matching 
architecture in universal wrapper 
    /Library/Frameworks/Python.framework/Versions/3.3/Python: no matching 
architecture in universal wrapper Trace/BPT trap: 5 

請幫我解決它。

+0

你是如何安裝kivy的? –

+0

您的默認Python版本似乎是3.3,而不是3.4。你可以用'Python -V'來檢查嗎? – chris

+0

我下載了kivy源碼包,並按照kivvy文檔(http://kivy.org/docs/installation/installation.html)給出的步驟操作。我在步驟命令「python setup.py install」上出現這個錯誤。 –

回答

0

您在最初的問題中提到了Python 3.4,但日誌顯示了Python 3.3。確保您已經將Kivy安裝到您要使用的Python版本中,並且您已經從您安裝它的Python版本運行它。