本文介紹了我嘗試在 Windows 10 上為 python 3.8.1 安裝 kivy,但出現(xiàn)此錯(cuò)誤的處理方法,對(duì)大家解決問(wèn)題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來(lái)一起學(xué)習(xí)吧!
問(wèn)題描述
我嘗試在 Windows 10 上為 python 3.8.1 安裝 kivy,但出現(xiàn)此錯(cuò)誤.
I tried to install kivy for python 3.8.1 on windows 10 and I have this error.
ERROR: Dependency for context.pyx not resolved: config.pxi
ERROR: Dependency for compiler.pyx not resolved: config.pxi
ERROR: Dependency for context_instructions.pyx not resolved: config.pxi
ERROR: Dependency for fbo.pyx not resolved: config.pxi
ERROR: Dependency for gl_instructions.pyx not resolved: config.pxi
ERROR: Dependency for instructions.pyx not resolved: config.pxi
ERROR: Dependency for opengl.pyx not resolved: config.pxi
ERROR: Dependency for opengl_utils.pyx not resolved: config.pxi
ERROR: Dependency for shader.pyx not resolved: config.pxi
ERROR: Dependency for stencil_instructions.pyx not resolved: config.pxi
ERROR: Dependency for scissor_instructions.pyx not resolved: config.pxi
ERROR: Dependency for texture.pyx not resolved: config.pxi
ERROR: Dependency for vbo.pyx not resolved: config.pxi
ERROR: Dependency for vertex.pyx not resolved: config.pxi
ERROR: Dependency for vertex_instructions.pyx not resolved: config.pxi
ERROR: Dependency for cgl.pyx not resolved: config.pxi
ERROR: Dependency for cgl_mock.pyx not resolved: config.pxi
ERROR: Dependency for cgl_gl.pyx not resolved: config.pxi
ERROR: Dependency for cgl_glew.pyx not resolved: config.pxi
ERROR: Dependency for cgl_sdl2.pyx not resolved: config.pxi
ERROR: Dependency for svg.pyx not resolved: config.pxi
----------------------------------------
錯(cuò)誤:命令出錯(cuò),退出狀態(tài)為 1:python setup.py egg_info 檢查日志以獲取完整的命令輸出.
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
推薦答案
你應(yīng)該嘗試在python 3.7中安裝它,Kivy可能沒(méi)有按照3.8更新.或者您可以按照在如何在 Python 3.8 中處理 Kivy 安裝錯(cuò)誤?
You should try installing it in python 3.7, Kivy may not be updated according to 3.8. Or you can follow this steps that explained in How to deal with Kivy installing error in Python 3.8?
祝你好運(yùn)!
這篇關(guān)于我嘗試在 Windows 10 上為 python 3.8.1 安裝 kivy,但出現(xiàn)此錯(cuò)誤的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!
【網(wǎng)站聲明】本站部分內(nèi)容來(lái)源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問(wèn)題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!