I followed a tutorial on how to install kivy but ran into a problem on the last step which was "python -m pip install kivy" that I submitted into the console. With this I am met with a very long error:
ERROR: Command errored out with exit status 1:
command: 'C:\Users\finne\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p
0python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\finne\AppData\Local\Temp\pip
-install-4fm7lnl6\kivy\setup.py'"'"'; __file__='"'"'C:\Users\finne\AppData\Local\Temp\pip-install-4fm7lnl6
\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\finne\AppData\L
ocalTemp\pip-install-4fm7lnl6\kivy\pip-egg-info'
cwd: C:\Users\finne\AppData\LocalTemp\pip-install-4fm7lnl6\kivy\
Complete output (394 lines):
ERROR: Command errored out with exit status 1:
command: 'C:\Users\finne\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra
8p0python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\Users\finne\AppData\Local\Temp
\pip-wheel-k6rp5qlz\cython\setup.py'"'"'; __file__='"'"'C:\Users\finne\AppData\Local\Temp\pip-wheel-k6rp5
qlz\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\finne\AppData\L
ocalTemp\pip-wheel-mdjxxl61'
cwd: C:\Users\finne\AppData\LocalTemp\pip-wheel-k6rp5qlz\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 CythonTestUtils.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\CompilerNaming.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\CompilerNodes.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\CompilerTreeFragment.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\CompilerTreePath.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\CompilerTypeInference.py -> build\lib.win-amd64-3.8\Cython\Compiler
copying Cython\CompilerTypeSlots.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\DebuggerTests
copying Cython\DebuggerTestsTestLibCython.py -> build\lib.win-amd64-3.8\Cython\DebuggerTests
copying Cython\DebuggerTeststest_libcython_in_gdb.py -> build\lib.win-amd64-3.8\Cython\DebuggerTests
copying Cython\DebuggerTeststest_libpython_in_gdb.py -> build\lib.win-amd64-3.8\Cython\DebuggerTests
copying Cython\DebuggerTests__init__.py -> build\lib.win-amd64-3.8\Cython\DebuggerTests
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\PlexTiming.py -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\PlexTraditional.py -> build\lib.win-amd64-3.8\Cython\Plex
copying Cython\PlexTransitions.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\CythonTests
copying CythonTestsTestCodeWriter.py -> build\lib.win-amd64-3.8\CythonTests
copying CythonTestsTestCythonUtils.py -> build\lib.win-amd64-3.8\CythonTests
copying CythonTestsTestJediTyper.py -> build\lib.win-amd64-3.8\CythonTests
copying CythonTestsTestStringIOTree.py -> build\lib.win-amd64-3.8\CythonTests
copying CythonTestsxmlrunner.py -> build\lib.win-amd64-3.8\CythonTests
copying CythonTests__init__.py -> build\lib.win-amd64-3.8\CythonTests
creating build\lib.win-amd64-3.8\Cython\BuildTests
copying Cython\BuildTestsTestCyCache.py -> build\lib.win-amd64-3.8\Cython\BuildTests
copying Cython\BuildTestsTestInline.py -> build\lib.win-amd64-3.8\Cython\BuildTests
copying Cython\BuildTestsTestIpythonMagic.py -> build\lib.win-amd64-3.8\Cython\BuildTests
copying Cython\BuildTestsTestStripLiterals.py -> build\lib.win-amd64-3.8\Cython\BuildTests
copying Cython\BuildTests__init__.py -> build\lib.win-amd64-3.8\Cython\BuildTests
creating build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTestsTestBuffer.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTestsTestCmdLine.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTestsTestFlowControl.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTestsTestGrammar.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTestsTestMemView.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTestsTestParseTreeTransforms.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTestsTestSignatureMatching.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTestsTestTreeFragment.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTestsTestTreePath.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTestsTestTypes.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTestsTestUtilityLoad.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTestsTestVisitor.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
copying Cython\CompilerTests__init__.py -> build\lib.win-amd64-3.8\Cython\CompilerTests
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\CythonTempita
copying CythonTempita\compat3.py -> build\lib.win-amd64-3.8\CythonTempita
copying CythonTempita_looper.py -> build\lib.win-amd64-3.8\CythonTempita
copying CythonTempita_tempita.py -> build\lib.win-amd64-3.8\CythonTempita
copying CythonTempita__init__.py -> build\lib.win-amd64-3.8\CythonTempita
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\cpythonmodule.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\Deprecatedpython.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecatedpython_bool.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecatedpython_buffer.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecatedpython_bytes.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecatedpython_cobject.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecatedpython_complex.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecatedpython_dict.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecatedpython_exc.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecatedpython_float.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecatedpython_function.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecatedcopying 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\Deprecate
d
copying Cython\Includes\Deprecatedpython_pycapsule.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecate
d
copying Cython\Includes\Deprecatedpython_ref.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecated
copying Cython\Includes\Deprecatedpython_sequence.pxd -> build\lib.win-amd64-3.8\Cython\Includes\Deprecatedcopying 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 copying Cython\Includes\libcpp\forward_list.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\functional.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\iterator.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\limits.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\list.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\map.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\memory.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\pair.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\queue.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\set.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\stack.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\string.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\typeindex.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\typeinfo.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\unordered_map.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\unordered_set.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\utility.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\vector.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp copying Cython\Includes\libcpp\__init__.pxd -> build\lib.win-amd64-3.8\Cython\Includes\libcpp creating build\lib.win-amd64-3.8\Cython\Includes\numpy copying Cython\Includes\numpy\math.pxd -> build\lib.win-amd64-3.8\Cython\Includes\numpy copying Cython\Includes\numpy\__init__.pxd -> build\lib.win-amd64-3.8\Cython\Includes\numpy creating build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\dlfcn.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\fcntl.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\ioctl.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\mman.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\resource.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\select.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\signal.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\stat.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\stdio.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\stdlib.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\strings.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\time.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\types.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\unistd.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\wait.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Includes\posix\__init__.pxd -> build\lib.win-amd64-3.8\Cython\Includes\posix copying Cython\Compiler\Code.pxd -> build\lib.win-amd64-3.8\Cython\Compiler copying Cython\Compiler\FlowControl.pxd -> build\lib.win-amd64-3.8\Cython\Compiler copying Cython\Compiler\ParseTreeTransforms.pxd -> build\lib.win-amd64-3.8\Cython\Compiler copying Cython\Compiler\Parsing.pxd -> build\lib.win-amd64-3.8\Cython\Compiler copying Cython\Compiler\Scanning.pxd -> build\lib.win-amd64-3.8\Cython\Compiler copying Cython\Compiler\Visitor.pxd -> build\lib.win-amd64-3.8\Cython\Compiler copying Cython\Runtime\refnanny.pyx -> build\lib.win-amd64-3.8\Cython\Runtime copying Cython\Debugger\Tests\codefile -> build\lib.win-amd64-3.8\Cython\Debugger\Tests copying Cython\Debugger\Tests\cfuncs.c -> build\lib.win-amd64-3.8\Cython\Debugger\Tests copying Cython\Plex\Actions.pxd -> build\lib.win-amd64-3.8\Cython\Plex copying Cython\Plex\Scanners.pxd -> build\lib.win-amd64-3.8\Cython\Plex copying Cython\Utility\CConvert.pyx -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\CpdefEnums.pyx -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\CppConvert.pyx -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\MemoryView.pyx -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\TestCythonScope.pyx -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\TestCyUtilityLoader.pyx -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\AsyncGen.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\Buffer.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\Builtins.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\Capsule.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\CMath.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\CommonStructures.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\Complex.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\Coroutine.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\CythonFunction.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\Embed.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\Exceptions.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\ExtensionTypes.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\FunctionArguments.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\ImportExport.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\MemoryView_C.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\ModuleSetupCode.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\ObjectHandling.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\Optimize.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\Overflow.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\Printing.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\Profile.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\StringTools.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\TestUtilityLoader.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\TypeConversion.c -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\arrayarray.h -> build\lib.win-amd64-3.8\Cython\Utility copying Cython\Utility\CppSupport.cpp -> build\lib.win-amd64-3.8\Cython\Utility running build_ext building 'Cython.Plex.Scanners' extension error: Microsoft Visual C++ 14.0 is required. Get it with "Build Tools for Visual Studio": https://visualstu
dio.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\finne\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\lo
cal-packages\Python38\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.752.0_x64__qbz5n2kfra8p0\lib\sub
process.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\Users\finne\AppData\Local\Microsoft\WindowsApps\PythonSof
twareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-
deps', '-w', 'C:\Users\finne\AppData\Local\Temp\tmpq7v1k7z9', '--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:\Users\finne\AppData\Local\Temp\pip-install-4fm7lnl6\kivy\setup.py", line 1073, in <module> setup( File "C:\Users\finne\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\lo
cal-packages\Python38\site-packages\setuptools__init__.py", line 143, in setup
_install_setup_requires(attrs)
File "C:\Users\finne\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\lo
cal-packages\Python38\site-packages\setuptools__init__.py", line 138, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "C:\Users\finne\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\lo
cal-packages\Python38\site-packages\setuptools\dist.py", line 695, in fetch_build_eggs
resolved_dists = pkg_resources.working_set.resolve(
File "C:\Users\finne\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\lo
cal-packages\Python38\site-packages\pkg_resources__init__.py", line 781, in resolve
dist = best[req.key] = env.best_match(
File "C:\Users\finne\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\lo
cal-packages\Python38\site-packages\pkg_resources__init__.py", line 1066, in best_match
return self.obtain(req, installer)
File "C:\Users\finne\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\lo
cal-packages\Python38\site-packages\pkg_resources__init__.py", line 1078, in obtain
return installer(requirement)
File "C:\Users\finne\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\lo
cal-packages\Python38\site-packages\setuptools\dist.py", line 754, in fetch_build_egg
return fetch_build_egg(self, req)
File "C:\Users\finne\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.8_qbz5n2kfra8p0\LocalCache\lo
cal-packages\Python38\site-packages\setuptools\installer.py", line 130, in fetch_build_egg
raise DistutilsError(str(e))
distutils.errors.DistutilsError: Command '['C:\Users\finne\AppData\Local\Microsoft\WindowsApps\PythonS
oftwareFoundation.Python.3.8_qbz5n2kfra8p0\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--n
o-deps', '-w', 'C:\Users\finne\AppData\Local\Temp\tmpq7v1k7z9', '--quiet', '--find-links', 'https://github.c
om/kivy-garden/garden/archive/master.zip', 'cython!=0.27,!=0.27.2,<=0.29.10,>=0.24']' returned non-zero exit statu
s 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,\r\noperable program or batch file.\r\n" 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,\r\noperable program or batch file.\r\n" 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,\r\noperable program or batch file.\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 ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output
I'm very new with coding so I have no idea what any of this means. Please help if you can.
I have same problem, but on MacOS 10.15.4 with Python 3.8.
Please help us as soon as possible. Thx
I too have the same problem pls help
It seems that several people on Windows 10 are having problems with kivy
The most practical option for you is to use Linux running on a virtual machine or even running the Kivy operating system, I think it is based on Derbian
please see #6806