ошибка при установке kivy в моей виртуальной среде

#python #kivy

#python #kivy

Вопрос:

Я открыл cmd, создал виртуальную среду и загрузил все зависимости, которые требуются kivy, но все равно эта ошибка возникает при попытке pip install kivy :

 ERROR: Command errored out with exit status 1:
     command: 'C:UsersDHAIRYA GUPTADesktopkivy_learnkivy_learnScriptspython.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\DHAIRYA GUPTA\AppData\Local\Temp\pip-install-rmuelogr\kivy\setup.py'"'"'; __file__='"'"'C:\Users\DHAIRYA GUPTA\AppData\Local\Temp\pip-install-rmuelogr\kivy\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:UsersDHAIRYA GUPTAAppDataLocalTemppip-pip-egg-info-rfqjrk3i'
         cwd: C:UsersDHAIRYA GUPTAAppDataLocalTemppip-install-rmuelogrkivy
    Complete output (82 lines):
    WARNING: Skipping page https://github.com/kivy-garden/garden/archive/master.zip because the HEAD request got Content-Type: application/zip.The only supported Content-Type is text/html
      ERROR: Command errored out with exit status 1:
       command: 'C:UsersDHAIRYA GUPTADesktopkivy_learnkivy_learnScriptspython.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\DHAIRYA GUPTA\AppData\Local\Temp\pip-wheel-m3xayahr\cython\setup.py'"'"'; __file__='"'"'C:\Users\DHAIRYA GUPTA\AppData\Local\Temp\pip-wheel-m3xayahr\cython\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'rn'"'"', '"'"'n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:UsersDHAIRYA GUPTAAppDataLocalTemppip-wheel-2znb19oe'
           cwd: C:UsersDHAIRYA GUPTAAppDataLocalTemppip-wheel-m3xayahrcython
      Complete output (7 lines):
      Unable to find pgen, not compiling formal grammar.
      usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
         or: setup.py --help [cmd1 cmd2 ...]
         or: setup.py --help-commands
         or: setup.py cmd --help

      error: invalid command 'bdist_wheel'
      ----------------------------------------
      ERROR: Failed building wheel for cython
    ERROR: Failed to build one or more wheels
     WARNING: The wheel package is not available.
     Traceback (most recent call last):
       File "C:UsersDHAIRYA GUPTADesktopkivy_learnkivy_learnlibsite-packagessetuptoolsinstaller.py", line 128, in fetch_build_egg
         subprocess.check_call(cmd)
       File "C:anacondalibsubprocess.py", line 364, in check_call
         raise CalledProcessError(retcode, cmd)
     subprocess.CalledProcessError: Command '['C:\Users\DHAIRYA GUPTA\Desktop\kivy_learn\kivy_learn\Scripts\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 'C:\Users\DHAIRY~1\AppData\Local\Temp\tmpyw3mveea', '--quiet', '--find-links', 'https://github.com/kivy-garden/garden/archive/master.zip', 'cython!=0.27,!=0.27.2,<=0.29.10,>=0.24']' returned non-zero exit status 1.

     During handling of the above exception, another exception occurred:

     Traceback (most recent call last):
       File "<string>", line 1, in <module>
       File "C:UsersDHAIRYA GUPTAAppDataLocalTemppip-install-rmuelogrkivysetup.py", line 1073, in <module>
         setup(
       File "C:UsersDHAIRYA GUPTADesktopkivy_learnkivy_learnlibsite-packagessetuptools__init__.py", line 143, in setup
         _install_setup_requires(attrs)
       File "C:UsersDHAIRYA GUPTADesktopkivy_learnkivy_learnlibsite-packagessetuptools__init__.py", line 138, in _install_setup_requires
         dist.fetch_build_eggs(dist.setup_requires)
       File "C:UsersDHAIRYA GUPTADesktopkivy_learnkivy_learnlibsite-packagessetuptoolsdist.py", line 695, in fetch_build_eggs
         resolved_dists = pkg_resources.working_set.resolve(
       File "C:UsersDHAIRYA GUPTADesktopkivy_learnkivy_learnlibsite-packagespkg_resources__init__.py", line 781, in resolve
         dist = best[req.key] = env.best_match(
       File "C:UsersDHAIRYA GUPTADesktopkivy_learnkivy_learnlibsite-packagespkg_resources__init__.py", line 1066, in best_match
         return self.obtain(req, installer)
       File "C:UsersDHAIRYA GUPTADesktopkivy_learnkivy_learnlibsite-packagespkg_resources__init__.py", line 1078, in obtain
         return installer(requirement)
       File "C:UsersDHAIRYA GUPTADesktopkivy_learnkivy_learnlibsite-packagessetuptoolsdist.py", line 754, in fetch_build_egg
         return fetch_build_egg(self, req)
       File "C:UsersDHAIRYA GUPTADesktopkivy_learnkivy_learnlibsite-packagessetuptoolsinstaller.py", line 130, in fetch_build_egg
         raise DistutilsError(str(e))
     distutils.errors.DistutilsError: Command '['C:\Users\DHAIRYA GUPTA\Desktop\kivy_learn\kivy_learn\Scripts\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 'C:\Users\DHAIRY~1\AppData\Local\Temp\tmpyw3mveea', '--quiet', '--find-links', 'https://github.com/kivy-garden/garden/archive/master.zip', 'cython!=0.27,!=0.27.2,<=0.29.10,>=0.24']' returned non-zero exit status 1.
    Using setuptools
    User distribution detected, avoid portable command.
    Using this graphics system: OpenGL
    WARNING: A problem occurred while running pkg-config --libs --cflags gstreamer-1.0 (code 1)

    b"'pkg-config' is not recognized as an internal or external command,rnoperable program or batch file.rn"

    WARNING: A problem occurred while running pkg-config --libs --cflags gstreamer-1.0 (code 1)

    b"'pkg-config' is not recognized as an internal or external command,rnoperable program or batch file.rn"

    WARNING: A problem occurred while running pkg-config --libs --cflags sdl2 SDL2_ttf SDL2_image SDL2_mixer (code 1)

    b"'pkg-config' is not recognized as an internal or external command,rnoperable program or batch file.rn"

    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
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
 

Что мне делать?

Ответ №1:

Попробуйте это и Python 3.8:

 pip3 install --pre --extra-index-url https://kivy.org/downloads/simple kivy
 

или

попробуйте ввести:

 python -m pip install kivy==
 

или введите это:

 pip3 install kivy==
 

и нажмите ENTER, чем выберите из версий ту, которая может работать для вас…