Ошибки при установке кивы с python 3 - PullRequest
0 голосов
/ 12 июля 2020

Я пытался установить kivy по инструкции: https://kivy.org/doc/stable/installation/installation-windows.html

Но на последнем шаге я получил такой результат:

(kivy_venv) C: \ Users \ HP-Laptop> python -m pip install kivy == 1.11.1

Сбор kivy == 1.11.1

Использование кешированного Kivy-1.11.1.tar.gz (23,6 МБ)

ERROR: Command errored out with exit status 1:
 command: 'C:\Users\HP-Laptop\kivy_venv\Scripts\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\HP-Laptop\\AppData\\Local\\Temp\\pip-install-z2d6aje5\\kivy\\setup.py'"'"'; __file__='"'"'C:\\Users\\HP-Laptop\\AppData\\Local\\Temp\\pip-install-z2d6aje5\\kivy\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\HP-Laptop\AppData\Local\Temp\pip-pip-egg-info-d6nnxjev'
     cwd: C:\Users\HP-Laptop\AppData\Local\Temp\pip-install-z2d6aje5\kivy\
Complete output (397 lines):
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
  ERROR: Command errored out with exit status 1:
   command: 'C:\Users\HP-Laptop\kivy_venv\Scripts\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\HP-Laptop\\AppData\\Local\\Temp\\pip-wheel-sfj2p4dm\\cython\\setup.py'"'"'; __file__='"'"'C:\\Users\\HP-Laptop\\AppData\\Local\\Temp\\pip-wheel-sfj2p4dm\\cython\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d 'C:\Users\HP-Laptop\AppData\Local\Temp\pip-wheel-w559ym0u'
       cwd: C:\Users\HP-Laptop\AppData\Local\Temp\pip-wheel-sfj2p4dm\cython\
  Complete output (321 lines):
  Unable to find pgen, not compiling formal grammar.
  running bdist_wheel
  running build
  running build_py
  creating build
  creating build\lib.win-amd64-3.8
  copying cython.py -> build\lib.win-amd64-3.8
  creating build\lib.win-amd64-3.8\Cython
  copying Cython\CodeWriter.py -> build\lib.win-amd64-3.8\Cython
  copying Cython\Coverage.py -> build\lib.win-amd64-3.8\Cython
  copying Cython\Debugging.py -> build\lib.win-amd64-3.8\Cython
  copying Cython\Shadow.py -> build\lib.win-amd64-3.8\Cython
  copying Cython\StringIOTree.py -> build\lib.win-amd64-3.8\Cython
  copying Cython\TestUtils.py -> build\lib.win-amd64-3.8\Cython
  copying Cython\Utils.py -> build\lib.win-amd64-3.8\Cython
  copying Cython\__init__.py -> build\lib.win-amd64-3.8\Cython
  creating build\lib.win-amd64-3.8\Cython\Build
  copying Cython\Build\BuildExecutable.py -> build\lib.win-amd64-3.8\Cython\Build
  copying Cython\Build\Cythonize.py -> build\lib.win-amd64-3.8\Cython\Build
  copying Cython\Build\Dependencies.py -> build\lib.win-amd64-3.8\Cython\Build
  copying Cython\Build\Distutils.py -> build\lib.win-amd64-3.8\Cython\Build
  copying Cython\Build\Inline.py -> build\lib.win-amd64-3.8\Cython\Build
  copying Cython\Build\IpythonMagic.py -> build\lib.win-amd64-3.8\Cython\Build
  copying Cython\Build\__init__.py -> build\lib.win-amd64-3.8\Cython\Build
  creating build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\AnalysedTreeTransforms.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Annotate.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\AutoDocTransforms.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Buffer.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Builtin.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\CmdLine.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Code.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\CodeGeneration.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\CythonScope.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\DebugFlags.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Errors.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\ExprNodes.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\FlowControl.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\FusedNode.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Future.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Interpreter.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Lexicon.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Main.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\MemoryView.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\ModuleNode.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Naming.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Nodes.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Optimize.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Options.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\ParseTreeTransforms.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Parsing.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Pipeline.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\PyrexTypes.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Pythran.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Scanning.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\StringEncoding.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Symtab.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\TreeFragment.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\TreePath.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\TypeInference.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\TypeSlots.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\UtilityCode.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\UtilNodes.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Version.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\Visitor.py -> build\lib.win-amd64-3.8\Cython\Compiler
  copying Cython\Compiler\__init__.py -> build\lib.win-amd64-3.8\Cython\Compiler
  creating build\lib.win-amd64-3.8\Cython\Runtime
  copying Cython\Runtime\__init__.py -> build\lib.win-amd64-3.8\Cython\Runtime
  creating build\lib.win-amd64-3.8\Cython\Distutils
  copying Cython\Distutils\build_ext.py -> build\lib.win-amd64-3.8\Cython\Distutils
  copying Cython\Distutils\extension.py -> build\lib.win-amd64-3.8\Cython\Distutils
  copying Cython\Distutils\old_build_ext.py -> build\lib.win-amd64-3.8\Cython\Distutils
  copying Cython\Distutils\__init__.py -> build\lib.win-amd64-3.8\Cython\Distutils
  creating build\lib.win-amd64-3.8\Cython\Debugger
  copying Cython\Debugger\Cygdb.py -> build\lib.win-amd64-3.8\Cython\Debugger
  copying Cython\Debugger\DebugWriter.py -> build\lib.win-amd64-3.8\Cython\Debugger
  copying Cython\Debugger\libcython.py -> build\lib.win-amd64-3.8\Cython\Debugger
  copying Cython\Debugger\libpython.py -> build\lib.win-amd64-3.8\Cython\Debugger
  copying Cython\Debugger\__init__.py -> build\lib.win-amd64-3.8\Cython\Debugger
  creating build\lib.win-amd64-3.8\Cython\Debugger\Tests
  copying Cython\Debugger\Tests\TestLibCython.py -> build\lib.win-amd64-3.8\Cython\Debugger\Tests
  copying Cython\Debugger\Tests\test_libcython_in_gdb.py -> build\lib.win-amd64-3.8\Cython\Debugger\Tests
  copying Cython\Debugger\Tests\test_libpython_in_gdb.py -> build\lib.win-amd64-3.8\Cython\Debugger\Tests
  copying Cython\Debugger\Tests\__init__.py -> build\lib.win-amd64-3.8\Cython\Debugger\Tests
  creating build\lib.win-amd64-3.8\Cython\Plex
  copying Cython\Plex\Actions.py -> build\lib.win-amd64-3.8\Cython\Plex
  copying Cython\Plex\DFA.py -> build\lib.win-amd64-3.8\Cython\Plex
  copying Cython\Plex\Errors.py -> build\lib.win-amd64-3.8\Cython\Plex
  copying Cython\Plex\Lexicons.py -> build\lib.win-amd64-3.8\Cython\Plex
  copying Cython\Plex\Machines.py -> build\lib.win-amd64-3.8\Cython\Plex
  copying Cython\Plex\Regexps.py -> build\lib.win-amd64-3.8\Cython\Plex
  copying Cython\Plex\Scanners.py -> build\lib.win-amd64-3.8\Cython\Plex
  copying Cython\Plex\Timing.py -> build\lib.win-amd64-3.8\Cython\Plex
  copying Cython\Plex\Traditional.py -> build\lib.win-amd64-3.8\Cython\Plex
  copying Cython\Plex\Transitions.py -> build\lib.win-amd64-3.8\Cython\Plex
  copying Cython\Plex\__init__.py -> build\lib.win-amd64-3.8\Cython\Plex
  creating build\lib.win-amd64-3.8\Cython\Tests
  copying Cython\Tests\TestCodeWriter.py -> build\lib.win-amd64-3.8\Cython\Tests
  copying Cython\Tests\TestCythonUtils.py -> build\lib.win-amd64-3.8\Cython\Tests
  copying Cython\Tests\TestJediTyper.py -> build\lib.win-amd64-3.8\Cython\Tests
  copying Cython\Tests\TestStringIOTree.py -> build\lib.win-amd64-3.8\Cython\Tests
  copying Cython\Tests\xmlrunner.py -> build\lib.win-amd64-3.8\Cython\Tests
  copying Cython\Tests\__init__.py -> build\lib.win-amd64-3.8\Cython\Tests
  creating build\lib.win-amd64-3.8\Cython\Build\Tests
  copying Cython\Build\Tests\TestCyCache.py -> build\lib.win-amd64-3.8\Cython\Build\Tests
  copying Cython\Build\Tests\TestInline.py -> build\lib.win-amd64-3.8\Cython\Build\Tests
  copying Cython\Build\Tests\TestIpythonMagic.py -> build\lib.win-amd64-3.8\Cython\Build\Tests
  copying Cython\Build\Tests\TestStripLiterals.py -> build\lib.win-amd64-3.8\Cython\Build\Tests
  copying Cython\Build\Tests\__init__.py -> build\lib.win-amd64-3.8\Cython\Build\Tests
  creating build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\TestBuffer.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\TestCmdLine.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\TestFlowControl.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\TestGrammar.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\TestMemView.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\TestParseTreeTransforms.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\TestSignatureMatching.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\TestTreeFragment.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\TestTreePath.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\TestTypes.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\TestUtilityLoad.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\TestVisitor.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  copying Cython\Compiler\Tests\__init__.py -> build\lib.win-amd64-3.8\Cython\Compiler\Tests
  creating build\lib.win-amd64-3.8\Cython\Utility
  copying Cython\Utility\__init__.py -> build\lib.win-amd64-3.8\Cython\Utility
  creating build\lib.win-amd64-3.8\Cython\Tempita
  copying Cython\Tempita\compat3.py -> build\lib.win-amd64-3.8\Cython\Tempita
  copying Cython\Tempita\_looper.py -> build\lib.win-amd64-3.8\Cython\Tempita
  copying Cython\Tempita\_tempita.py -> build\lib.win-amd64-3.8\Cython\Tempita
  copying Cython\Tempita\__init__.py -> build\lib.win-amd64-3.8\Cython\Tempita
  creating build\lib.win-amd64-3.8\pyximport
  copying pyximport\pyxbuild.py -> build\lib.win-amd64-3.8\pyximport
  copying pyximport\pyximport.py -> build\lib.win-amd64-3.8\pyximport
  copying pyximport\__init__.py -> build\lib.win-amd64-3.8\pyximport
  creating build\lib.win-amd64-3.8\Cython\Includes
  copying Cython\Includes\openmp.pxd -> build\lib.win-amd64-3.8\Cython\Includes
  creating build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\array.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\bool.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\buffer.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\bytearray.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\bytes.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\ceval.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\cobject.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\complex.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\datetime.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\dict.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\exc.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\float.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\function.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\getargs.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\instance.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\int.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\iterator.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\list.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\long.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\longintrepr.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\mapping.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\mem.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\method.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\module.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\number.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\object.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\oldbuffer.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\pycapsule.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\pylifecycle.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\pystate.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\pythread.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\ref.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\sequence.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\set.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\slice.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\string.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\tuple.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\type.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\unicode.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\version.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\weakref.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  copying Cython\Includes\cpython\__init__.pxd -> build\lib.win-amd64-3.8\Cython\Includes\cpython
  creating build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_bool.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_buffer.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_bytes.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_cobject.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_complex.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_dict.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_exc.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_float.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_function.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_getargs.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_instance.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_int.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_iterator.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_list.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_long.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_mapping.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_mem.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_method.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_module.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_number.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_object.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_oldbuffer.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_pycapsule.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_ref.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_sequence.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_set.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_string.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_tuple.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_type.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_unicode.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_version.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\python_weakref.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\stdio.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\stdlib.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  copying Cython\Includes\Deprecated\stl.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
  creating build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\errno.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\float.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\limits.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\locale.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\math.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\setjmp.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\signal.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\stddef.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\stdint.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\stdio.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\stdlib.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\string.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\time.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  copying Cython\Includes\libc\__init__.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libc
  creating build\lib.win-amd64-3.8\Cython\Includes\libcpp
  copying Cython\Includes\libcpp\algorithm.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
  copying Cython\Includes\libcpp\cast.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
  copying Cython\Includes\libcpp\complex.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
  copying Cython\Includes\libcpp\deque.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp
  building 'Cython.Plex.Scanners' extension
  error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstudio.microsoft.com/downloads/
  ----------------------------------------
  ERROR: Failed building wheel for cython
ERROR: Failed to build one or more wheels
 Traceback (most recent call last):
   File "C:\Users\HP-Laptop\kivy_venv\lib\site-packages\setuptools\installer.py", line 128, in fetch_build_egg
     subprocess.check_call(cmd)
   File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1008.0_x64__qbz5n2kfra8p0\lib\subprocess.py", line 364, in check_call
     raise CalledProcessError(retcode, cmd)
 subprocess.CalledProcessError: Command '['C:\\Users\\HP-Laptop\\kivy_venv\\Scripts\\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 'C:\\Users\\HP-LAP~1\\AppData\\Local\\Temp\\tmp4r33tw29', '--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.

 The above exception was the direct cause of the following exception:

 Traceback (most recent call last):
   File "<string>", line 1, in <module>
   File "C:\Users\HP-Laptop\AppData\Local\Temp\pip-install-z2d6aje5\kivy\setup.py", line 1073, in <module>
     setup(
   File "C:\Users\HP-Laptop\kivy_venv\lib\site-packages\setuptools\__init__.py", line 164, in setup
     _install_setup_requires(attrs)
  
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" \xad\xa5 \xef\xa2\xab\xef\xa5\xe2\xe1\xef \xa2\xad\xe3\xe2\xe0\xa5\xad\xad\xa5\xa9 \xa8\xab\xa8 \xa2\xad\xa5\xe8\xad\xa5\xa9\r\n\xaa\xae\xac\xa0\xad\xa4\xae\xa9, \xa8\xe1\xaf\xae\xab\xad\xef\xa5\xac\xae\xa9 \xaf\xe0\xae\xa3\xe0\xa0\xac\xac\xae\xa9 \xa8\xab\xa8 \xaf\xa0\xaa\xa5\xe2\xad\xeb\xac \xe4\xa0\xa9\xab\xae\xac.\r\n'

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

b'"pkg-config" \xad\xa5 \xef\xa2\xab\xef\xa5\xe2\xe1\xef \xa2\xad\xe3\xe2\xe0\xa5\xad\xad\xa5\xa9 \xa8\xab\xa8 \xa2\xad\xa5\xe8\xad\xa5\xa9\r\n\xaa\xae\xac\xa0\xad\xa4\xae\xa9, \xa8\xe1\xaf\xae\xab\xad\xef\xa5\xac\xae\xa9 \xaf\xe0\xae\xa3\xe0\xa0\xac\xac\xae\xa9 \xa8\xab\xa8 \xaf\xa0\xaa\xa5\xe2\xad\xeb\xac \xe4\xa0\xa9\xab\xae\xac.\r\n'

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

b'"pkg-config" \xad\xa5 \xef\xa2\xab\xef\xa5\xe2\xe1\xef \xa2\xad\xe3\xe2\xe0\xa5\xad\xad\xa5\xa9 \xa8\xab\xa8 \xa2\xad\xa5\xe8\xad\xa5\xa9\r\n\xaa\xae\xac\xa0\xad\xa4\xae\xa9, \xa8\xe1\xaf\xae\xab\xad\xef\xa5\xac\xae\xa9 \xaf\xe0\xae\xa3\xe0\xa0\xac\xac\xae\xa9 \xa8\xab\xa8 \xaf\xa0\xaa\xa5\xe2\xad\xeb\xac \xe4\xa0\xa9\xab\xae\xac.\r\n'

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
----------------------------------------

ОШИБКА: ошибка команды со статусом выхода 1: python setup.py egg_info Проверьте журналы на предмет полного вывода команды.

...