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
請幫我解決它。
你是如何安裝kivy的? –
您的默認Python版本似乎是3.3,而不是3.4。你可以用'Python -V'來檢查嗎? – chris
我下載了kivy源碼包,並按照kivvy文檔(http://kivy.org/docs/installation/installation.html)給出的步驟操作。我在步驟命令「python setup.py install」上出現這個錯誤。 –