小编Ati*_*is 的帖子

如何处理 Python 3.8 中的 Kivy 安装错误?

我已经从 Kivy 在 Python 中安装了所有必要的代码,但是我需要的最后一个是python -m pip install kivy给我一个这样的错误:

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: …
Run Code Online (Sandbox Code Playgroud)

python python-3.x kivy windows-10 python-3.8

15
推荐指数
2
解决办法
1万
查看次数

标签 统计

kivy ×1

python ×1

python-3.8 ×1

python-3.x ×1

windows-10 ×1