<i id='iUfW2'><tr id='iUfW2'><dt id='iUfW2'><q id='iUfW2'><span id='iUfW2'><b id='iUfW2'><form id='iUfW2'><ins id='iUfW2'></ins><ul id='iUfW2'></ul><sub id='iUfW2'></sub></form><legend id='iUfW2'></legend><bdo id='iUfW2'><pre id='iUfW2'><center id='iUfW2'></center></pre></bdo></b><th id='iUfW2'></th></span></q></dt></tr></i><div id='iUfW2'><tfoot id='iUfW2'></tfoot><dl id='iUfW2'><fieldset id='iUfW2'></fieldset></dl></div>

  • <legend id='iUfW2'><style id='iUfW2'><dir id='iUfW2'><q id='iUfW2'></q></dir></style></legend>

      • <bdo id='iUfW2'></bdo><ul id='iUfW2'></ul>

      1. <tfoot id='iUfW2'></tfoot>

        <small id='iUfW2'></small><noframes id='iUfW2'>

        需要帮助安装 Kivy

        时间:2023-10-10

        • <small id='ogyOC'></small><noframes id='ogyOC'>

            <tbody id='ogyOC'></tbody>
          <tfoot id='ogyOC'></tfoot>

            <bdo id='ogyOC'></bdo><ul id='ogyOC'></ul>
            • <legend id='ogyOC'><style id='ogyOC'><dir id='ogyOC'><q id='ogyOC'></q></dir></style></legend>

                  <i id='ogyOC'><tr id='ogyOC'><dt id='ogyOC'><q id='ogyOC'><span id='ogyOC'><b id='ogyOC'><form id='ogyOC'><ins id='ogyOC'></ins><ul id='ogyOC'></ul><sub id='ogyOC'></sub></form><legend id='ogyOC'></legend><bdo id='ogyOC'><pre id='ogyOC'><center id='ogyOC'></center></pre></bdo></b><th id='ogyOC'></th></span></q></dt></tr></i><div id='ogyOC'><tfoot id='ogyOC'></tfoot><dl id='ogyOC'><fieldset id='ogyOC'></fieldset></dl></div>
                  本文介绍了需要帮助安装 Kivy的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  无论我尝试什么,kivy 总是无法安装.我可以安装大多数其他软件包,但不能安装 kivy.我通过pycharm尝试了,重新安装python,在cmd提示符下尝试了每个命令,它就是无法安装.

                  No matter what i try, kivy always fails to install. I can install most other packages but not kivy. I tried it through pycharm, reinstalling python, and trying every command on cmd prompt, it just won't install.

                  这是我得到的错误:

                  C:Program FilesPython 3.10.0>python -m pip install kivy==2.0.0
                  Collecting kivy==2.0.0
                    Using cached Kivy-2.0.0.tar.gz (23.7 MB)
                    Installing build dependencies ... error
                    ERROR: Command errored out with exit status 1:
                     command: 'C:Program FilesPython 3.10.0python.exe' 'C:Users
                  antaAppDataLocalTemppip-standalone-pip-12uaq80_\__env_pip__.zippip' install --ignore-installed --no-user --prefix 'C:Users
                  antaAppDataLocalTemppip-build-env-pi2ci1b2overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel 'cython>=0.24,<=0.29.21,!=0.27,!=0.27.2' 'kivy_deps.gstreamer_dev~=0.3.1; sys_platform == "win32"' 'kivy_deps.sdl2_dev~=0.3.1; sys_platform == "win32"' 'kivy_deps.glew_dev~=0.3.0; sys_platform == "win32"' 'kivy_deps.gstreamer~=0.3.1; sys_platform == "win32"' 'kivy_deps.sdl2~=0.3.1; sys_platform == "win32"' 'kivy_deps.glew~=0.3.0; sys_platform == "win32"'
                         cwd: None
                    Complete output (10 lines):
                    Collecting setuptools
                      Using cached setuptools-58.3.0-py3-none-any.whl (946 kB)
                    Collecting wheel
                      Using cached wheel-0.37.0-py2.py3-none-any.whl (35 kB)
                    Collecting cython!=0.27,!=0.27.2,<=0.29.21,>=0.24
                      Using cached Cython-0.29.21-py2.py3-none-any.whl (974 kB)
                    Collecting kivy_deps.gstreamer_dev~=0.3.1
                      Using cached kivy_deps.gstreamer_dev-0.3.2-cp310-cp310-win_amd64.whl (3.9 MB)
                    ERROR: Could not find a version that satisfies the requirement kivy_deps.sdl2_dev~=0.3.1 (from versions: 0.4.2, 0.4.3)
                    ERROR: No matching distribution found for kivy_deps.sdl2_dev~=0.3.1
                    ----------------------------------------
                  WARNING: Discarding https://files.pythonhosted.org/packages/12/96/091ddacafb84dd18555a32d860dbfaf9c806147aa30c6f3c8b93cb7bab97/Kivy-2.0.0.tar.gz#sha256=d25e44eb44e43762b2fd0c5874e51954e0f1181fd9800d8a6756be6d084812d8 (from https://pypi.org/simple/kivy/). Command errored out with exit status 1: 'C:Program FilesPython 3.10.0python.exe' 'C:Users
                  antaAppDataLocalTemppip-standalone-pip-12uaq80_\__env_pip__.zippip' install --ignore-installed --no-user --prefix 'C:Users
                  antaAppDataLocalTemppip-build-env-pi2ci1b2overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel 'cython>=0.24,<=0.29.21,!=0.27,!=0.27.2' 'kivy_deps.gstreamer_dev~=0.3.1; sys_platform == "win32"' 'kivy_deps.sdl2_dev~=0.3.1; sys_platform == "win32"' 'kivy_deps.glew_dev~=0.3.0; sys_platform == "win32"' 'kivy_deps.gstreamer~=0.3.1; sys_platform == "win32"' 'kivy_deps.sdl2~=0.3.1; sys_platform == "win32"' 'kivy_deps.glew~=0.3.0; sys_platform == "win32"' Check the logs for full command output.
                  ERROR: Could not find a version that satisfies the requirement kivy==2.0.0 (from versions: 1.0.1a0, 1.0.2a0, 1.0.3a0, 1.0.4b0, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.1.0, 1.1.1, 1.2.0, 1.3.0, 1.4.0, 1.4.1, 1.5.0, 1.5.1, 1.6.0, 1.7.0, 1.7.1, 1.7.2, 1.8.0, 1.9.0, 1.9.1, 1.10.0, 1.10.1, 1.11.0rc1, 1.11.0rc2, 1.11.0, 1.11.1, 2.0.0rc1, 2.0.0rc2, 2.0.0rc3, 2.0.0rc4, 2.0.0)
                  ERROR: No matching distribution found for kivy==2.0.0
                  

                  错误结束

                  任何帮助将不胜感激!

                  推荐答案

                  在 他们的 PyPI 做了一些研究页面和他们的GitHub

                  Kivy 似乎不支持 Python 3.10.(GitHub 问题)

                  It looks like Kivy doesn't support Python 3.10 yet. (GitHub issue)

                  Kivy 目前支持 Python 3.6 - 3.9

                  Kivy currently supports Python 3.6 - 3.9

                  这篇关于需要帮助安装 Kivy的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:使用 add_widget() 继承 Kivy 规则 下一篇:带有回调的 kivy Urlrequest 在移动设备上抛出错误,

                  相关文章

                  最新文章

                    <bdo id='nAM7w'></bdo><ul id='nAM7w'></ul>
                  <tfoot id='nAM7w'></tfoot>

                  <i id='nAM7w'><tr id='nAM7w'><dt id='nAM7w'><q id='nAM7w'><span id='nAM7w'><b id='nAM7w'><form id='nAM7w'><ins id='nAM7w'></ins><ul id='nAM7w'></ul><sub id='nAM7w'></sub></form><legend id='nAM7w'></legend><bdo id='nAM7w'><pre id='nAM7w'><center id='nAM7w'></center></pre></bdo></b><th id='nAM7w'></th></span></q></dt></tr></i><div id='nAM7w'><tfoot id='nAM7w'></tfoot><dl id='nAM7w'><fieldset id='nAM7w'></fieldset></dl></div>

                    1. <legend id='nAM7w'><style id='nAM7w'><dir id='nAM7w'><q id='nAM7w'></q></dir></style></legend>
                    2. <small id='nAM7w'></small><noframes id='nAM7w'>