简体   繁体   English

dyld:在kivy安装中未加载库

[英]dyld: Library not loaded on kivy installation

I have upgraded my python version 2.7 to 3.4 then tried to install kivy library with command python setup.py install. 我已经将python version 2.7升级到3.4然后尝试使用python setup.py install.命令安装kivy library python setup.py install. But I am getting an error below. 但是我在下面出现错误。

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

Please help me to fix it. 请帮助我修复它。

You mention Python 3.4 in your initial question, but the log shows Python 3.3. 您在最初的问题中提到了Python 3.4,但是日志显示了Python 3.3。 Make sure that you've installed Kivy into the Python version you want to use, and that you are running it from the Python version you installed it into. 确保已将Kivy安装到要使用的Python版本中,并且正在从安装Kivy的Python版本中运行它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 jupyter notebook(dyld:库未加载) - jupyter notebook (dyld: Library not loaded) dyld:库未加载:@executable_path/../.Python - dyld: Library not loaded: @executable_path/../.Python 解决 PyCharm python 错误 - dyld: 库未加载 - Resolving PyCharm python error - dyld: Library not loaded 导入错误:库未加载,dyld 链接混乱 - ImportError: Library not loaded, dyld linking confusion MacOS 上的 Python“dyld:库未加载”- 错误 - Python on MacOS "dyld: Library not loaded" - error 由于dyld而运行sphinx时出错:库未加载:@ rpath / Python - error running sphinx due to dyld: Library not loaded: @rpath/Python dyld:库未加载:libDIFF.dylib(在 OSX El Capitan 上) - dyld: Library not loaded: libDIFF.dylib (on OSX El Capitan) dyld:未加载库:/usr/local/libodep/lib/libintl.8.dylib - dyld: Library not loaded: /usr/local/libodep/lib/libintl.8.dylib samtools - dyld:库未加载:@rpath/libcrypto.1.0.0.dylib - samtools - dyld: Library not loaded: @rpath/libcrypto.1.0.0.dylib pytesseract.TesseractError:(-5,'dyld:未加载库:原因:找不到图片) - pytesseract.TesseractError: (-5, 'dyld: Library not loaded: Reason: image not found)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM