Answer the question
In order to leave comments, you need to log in
The kivy modules for python are not installed, what should I do?
I tried to install the kivy module, but I get an error:
Error starting the application (0xc000007b)
Tell me what can be done, here is the error text:
ERROR: Command errored out with exit status 1:
command: 'c:\users\igor\appdata\local\programs\ python\python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\Igor\\AppData\\Local\\Temp\\pip-install-gzzgj38m\\kivy\\setup.py'"'"'; __file__='"'"'C:\\Users\\Igor\\AppData\\Local\\Temp\\pip-install-gzzgj38m\\kivy\\setup.py'"'"';f=getattr(tokenize , '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'
cwd: C:\Users\Igor\AppData\Local\Temp\pip-install-gzzgj38m\kivy\
Complete output (193 lines):
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 3221225595)
WARNING: A problem occurred while running pkg-config --libs --cflags gstreamer-1.0 (code 3221225595)
WARNING: A problem occurred while running pkg-config --libs --cflags sdl2 SDL2_ttf SDL2_image SDL2_mixer (code 3221225595)
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
Compiling C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Plex\Scanners.py because it changed.
Compiling C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Plex\Actions.py because it changed.
Compiling C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Compiler\Scanning.py because it changed.
Compiling C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Compiler\Visitor.py because it changed.
Compiling C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Compiler\FlowControl.py because it changed.
Compiling C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Runtime\refnanny.pyx because it changed.
Compiling C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Compiler\FusedNode.py because it changed.
Compiling C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Tempita\_tempita.py because it changed.
[1/8] Cythonizing C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Compiler\FlowControl.py
[2/8] Cythonizing C:\Users\D395 ~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Compiler\FusedNode.py
[3/8] Cythonizing C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7 \Cython-0.29.10\Cython\Compiler\Scanning.py
[4/8] Cythonizing C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Compiler\Visitor .py
[5/8] Cythonizing C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Plex\Actions.py
[6/8] Cythonizing C:\Users\D395 ~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Plex\Scanners.py
[7/8] Cythonizing C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7 \Cython-0.29.10\Cython\Runtime\refnanny.pyx
[8/8] Cythonizing C:\Users\D395~1\AppData\Local\Temp\easy_install-xat51_z7\Cython-0.29.10\Cython\Tempita\_tempita .py
Unable to find pgen, not compiling formal grammar.
warning: no files found matching 'Doc\*'
warning: no files found matching '*.pyx' under directory 'Cython\Debugger\Tests'
warning: no files found matching '*.pxd' under directory '
warning: no files found matching '*.pxd' under directory 'Cython\Utility'
warning: no files found matching 'pyximport\README'
Traceback (most recent call last):
File "c:\users\igor\appdata\local\ programs\python\python38-32\lib\site-packages\setuptools\msvc.py", line 489, in _find_latest_available_vc_ver
return self.find_available_vc_vers()[-1]
IndexError: list index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\users\igor\appdata\local\programs\python\python38-32\lib\distutils\core.py", line 148, in setup
dist.run_commands ()
File "c:\users\igor\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 966, in run_commands
self.run_command(cmd)
File "c:\users\igor\ appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "c:\users\igor\appdata\local\programs\python\python38- 32\lib\site-packages\setuptools\command\bdist_egg.py", line 172, in run
cmd = self.call_command('install_lib', warn_dir=0)
File "c:\users\igor\appdata\local\programs \python\python38-32\lib\site-packages\setuptools\command\bdist_egg.py", line 158, in call_command
self.run_command(cmdname)
File "c:\users\igor\appdata\local\programs\python\python38-32\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "c:\users\ igor\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "c:\users\igor\appdata\local\programs\python\ python38-32\lib\site-packages\setuptools\command\install_lib.py", line 11, in run
self.build()
File "c:\users\igor\appdata\local\programs\python\python38-32\ lib\distutils\command\install_lib.py", line 107, in build
self.run_command('build_ext')
File "c:\users\igor\appdata\local\programs\python\python38-32\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "c:\users\ igor\appdata\local\programs\python\python38-32\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "c:\users\igor\appdata\local\programs\python\ python38-32\lib\site-packages\setuptools\command\build_ext.py", line 84, in run
_build_ext.run(self)
File "c:\users\igor\appdata\local\programs\python\python38-32 \lib\distutils\command\build_ext.py", line 340, in run
self.build_extensions()
File "c:\users\igor\appdata\local\programs\python\python38-32\lib\distutils\command\build_ext.py", line 449, in build_extensions
self._build_extensions_serial()
File "c:\users\igor \appdata\local\programs\python\python38-32\lib\distutils\command\build_ext.py", line 474, in _build_extensions_serial
self.build_extension(ext)
File "c:\users\igor\appdata\local\programs\ python\python38-32\lib\site-packages\setuptools\command\build_ext.py", line 205, in build_extension
_build_ext.build_extension(self, ext)
File "c:\users\igor\appdata\local\programs\python \python38-32\lib\distutils\command\build_ext.py", line 528, in build_extension
objects = self.compiler.compile(sources,
File "c:\users\igor\appdata\local\programs\python\python38-32\lib\distutils\_msvccompiler.py", line 360, in compile
self.initialize()
File "c:\users\igor\appdata \local\programs\python\python38-32\lib\distutils\_msvccompiler.py", line 253, in initialize
vc_env = _get_vc_env(plat_spec)
File "c:\users\appdata\local\programs\python\python38- 32\lib\site-packages\setuptools\msvc.py", line 185, in msvc14_get_vc_env
return EnvironmentInfo(plat_spec, vc_min_ver=14.0).return_env()
File "c:\users\igor\appdata\local\programs\python\ python38-32\lib\site-packages\setuptools\msvc.py", line 843, in __init__
self.si = SystemInfo(self.ri, vc_ver)
File "c:\users\igor\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\msvc.py", line 485, in __init__
self.vc_ver = vc_ver or self._find_latest_available_vc_ver()
File "c:\users\igor\appdata\local\programs\python\python38-32\lib\site-packages\setuptools\msvc.py", line 492, in _find_latest_available_vc_ver
raise distutils.errors.DistutilsPlatformError(err)
distutils. errors.DistutilsPlatformError: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": https://visualstudio.microsoft.com/downloads/
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Answer the question
In order to leave comments, you need to log in
I figured out the normal command is outdated used this one and it worked
Here is the command :
pip install kivy[base] kivy_examples --pre --extra-index-url https://kivy.org/downloads/simple/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question