errors: installing kivy on fedora 32

101 views
Skip to first unread message

David Moore

unread,
Jul 9, 2020, 9:16:13 AM7/9/20
to Kivy users support
(kivy_venv) [d...@dum.com@dummymcdumface~]$ python3 -m pip install kivyCollecting kivy
  Using cached Kivy-1.11.1.tar.gz (23.6 MB)
    ERROR: Command errored out with exit status 1:
     command: /home/d...@dum.com/kivy_venv/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-33ltjfm3/kivy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-33ltjfm3/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 /tmp/pip-pip-egg-info-8hadddrz
         cwd: /tmp/pip-install-33ltjfm3/kivy/
    Complete output (406 lines):
    fatal: not a git repository (or any parent up to mount point /)
    Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
      ERROR: Command errored out with exit status 1:
       command: /home/d...@dum.com/kivy_venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-wheel-kfselj58/cython/setup.py'"'"'; __file__='"'"'/tmp/pip-wheel-kfselj58/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 /tmp/pip-wheel-bxgll_11
           cwd: /tmp/pip-wheel-kfselj58/cython/
      Complete output (332 lines):
      Unable to find pgen, not compiling formal grammar.
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib.linux-x86_64-3.8
      copying cython.py -> build/lib.linux-x86_64-3.8
      creating build/lib.linux-x86_64-3.8/Cython
      copying Cython/TestUtils.py -> build/lib.linux-x86_64-3.8/Cython
      copying Cython/Utils.py -> build/lib.linux-x86_64-3.8/Cython
      copying Cython/CodeWriter.py -> build/lib.linux-x86_64-3.8/Cython
      copying Cython/Debugging.py -> build/lib.linux-x86_64-3.8/Cython
      copying Cython/StringIOTree.py -> build/lib.linux-x86_64-3.8/Cython
      copying Cython/__init__.py -> build/lib.linux-x86_64-3.8/Cython
      copying Cython/Coverage.py -> build/lib.linux-x86_64-3.8/Cython
      copying Cython/Shadow.py -> build/lib.linux-x86_64-3.8/Cython
      creating build/lib.linux-x86_64-3.8/Cython/Build
      copying Cython/Build/Dependencies.py -> build/lib.linux-x86_64-3.8/Cython/Build
      copying Cython/Build/__init__.py -> build/lib.linux-x86_64-3.8/Cython/Build
      copying Cython/Build/Distutils.py -> build/lib.linux-x86_64-3.8/Cython/Build
      copying Cython/Build/Inline.py -> build/lib.linux-x86_64-3.8/Cython/Build
      copying Cython/Build/BuildExecutable.py -> build/lib.linux-x86_64-3.8/Cython/Build
      copying Cython/Build/Cythonize.py -> build/lib.linux-x86_64-3.8/Cython/Build
      copying Cython/Build/IpythonMagic.py -> build/lib.linux-x86_64-3.8/Cython/Build
      creating build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/FlowControl.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Code.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/MemoryView.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Pipeline.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/CythonScope.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/TypeSlots.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Errors.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/FusedNode.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/PyrexTypes.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/AutoDocTransforms.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/UtilityCode.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/StringEncoding.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Version.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/CmdLine.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/UtilNodes.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Visitor.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/TypeInference.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/__init__.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Options.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/DebugFlags.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Scanning.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/ExprNodes.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Interpreter.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Builtin.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Annotate.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Symtab.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Optimize.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Parsing.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Naming.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/ModuleNode.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/TreeFragment.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Nodes.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Future.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/TreePath.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Main.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/CodeGeneration.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Buffer.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Pythran.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Lexicon.py -> build/lib.linux-x86_64-3.8/Cython/Compiler
      creating build/lib.linux-x86_64-3.8/Cython/Runtime
      copying Cython/Runtime/__init__.py -> build/lib.linux-x86_64-3.8/Cython/Runtime
      creating build/lib.linux-x86_64-3.8/Cython/Distutils
      copying Cython/Distutils/old_build_ext.py -> build/lib.linux-x86_64-3.8/Cython/Distutils
      copying Cython/Distutils/__init__.py -> build/lib.linux-x86_64-3.8/Cython/Distutils
      copying Cython/Distutils/build_ext.py -> build/lib.linux-x86_64-3.8/Cython/Distutils
      copying Cython/Distutils/extension.py -> build/lib.linux-x86_64-3.8/Cython/Distutils
      creating build/lib.linux-x86_64-3.8/Cython/Debugger
      copying Cython/Debugger/DebugWriter.py -> build/lib.linux-x86_64-3.8/Cython/Debugger
      copying Cython/Debugger/libpython.py -> build/lib.linux-x86_64-3.8/Cython/Debugger
      copying Cython/Debugger/__init__.py -> build/lib.linux-x86_64-3.8/Cython/Debugger
      copying Cython/Debugger/Cygdb.py -> build/lib.linux-x86_64-3.8/Cython/Debugger
      copying Cython/Debugger/libcython.py -> build/lib.linux-x86_64-3.8/Cython/Debugger
      creating build/lib.linux-x86_64-3.8/Cython/Debugger/Tests
      copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.linux-x86_64-3.8/Cython/Debugger/Tests
      copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.linux-x86_64-3.8/Cython/Debugger/Tests
      copying Cython/Debugger/Tests/__init__.py -> build/lib.linux-x86_64-3.8/Cython/Debugger/Tests
      copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.linux-x86_64-3.8/Cython/Debugger/Tests
      creating build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Plex/Transitions.py -> build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Plex/Scanners.py -> build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Plex/Errors.py -> build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Plex/Traditional.py -> build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Plex/Timing.py -> build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Plex/DFA.py -> build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Plex/__init__.py -> build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Plex/Regexps.py -> build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Plex/Lexicons.py -> build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Plex/Machines.py -> build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Plex/Actions.py -> build/lib.linux-x86_64-3.8/Cython/Plex
      creating build/lib.linux-x86_64-3.8/Cython/Tests
      copying Cython/Tests/TestCodeWriter.py -> build/lib.linux-x86_64-3.8/Cython/Tests
      copying Cython/Tests/__init__.py -> build/lib.linux-x86_64-3.8/Cython/Tests
      copying Cython/Tests/TestStringIOTree.py -> build/lib.linux-x86_64-3.8/Cython/Tests
      copying Cython/Tests/TestCythonUtils.py -> build/lib.linux-x86_64-3.8/Cython/Tests
      copying Cython/Tests/TestJediTyper.py -> build/lib.linux-x86_64-3.8/Cython/Tests
      copying Cython/Tests/xmlrunner.py -> build/lib.linux-x86_64-3.8/Cython/Tests
      creating build/lib.linux-x86_64-3.8/Cython/Build/Tests
      copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.linux-x86_64-3.8/Cython/Build/Tests
      copying Cython/Build/Tests/__init__.py -> build/lib.linux-x86_64-3.8/Cython/Build/Tests
      copying Cython/Build/Tests/TestIpythonMagic.py -> build/lib.linux-x86_64-3.8/Cython/Build/Tests
      copying Cython/Build/Tests/TestCyCache.py -> build/lib.linux-x86_64-3.8/Cython/Build/Tests
      copying Cython/Build/Tests/TestInline.py -> build/lib.linux-x86_64-3.8/Cython/Build/Tests
      creating build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/TestSignatureMatching.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/TestVisitor.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/TestGrammar.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/__init__.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/TestFlowControl.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/TestCmdLine.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/TestMemView.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      copying Cython/Compiler/Tests/TestTypes.py -> build/lib.linux-x86_64-3.8/Cython/Compiler/Tests
      creating build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/__init__.py -> build/lib.linux-x86_64-3.8/Cython/Utility
      creating build/lib.linux-x86_64-3.8/Cython/Tempita
      copying Cython/Tempita/_tempita.py -> build/lib.linux-x86_64-3.8/Cython/Tempita
      copying Cython/Tempita/__init__.py -> build/lib.linux-x86_64-3.8/Cython/Tempita
      copying Cython/Tempita/compat3.py -> build/lib.linux-x86_64-3.8/Cython/Tempita
      copying Cython/Tempita/_looper.py -> build/lib.linux-x86_64-3.8/Cython/Tempita
      creating build/lib.linux-x86_64-3.8/pyximport
      copying pyximport/__init__.py -> build/lib.linux-x86_64-3.8/pyximport
      copying pyximport/pyxbuild.py -> build/lib.linux-x86_64-3.8/pyximport
      copying pyximport/pyximport.py -> build/lib.linux-x86_64-3.8/pyximport
      creating build/lib.linux-x86_64-3.8/Cython/Includes
      copying Cython/Includes/openmp.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes
      creating build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/typeinfo.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/typeindex.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/iterator.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/string.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/complex.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/queue.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/limits.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/deque.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/pair.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/memory.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/set.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/vector.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/functional.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/__init__.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/cast.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/unordered_set.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/list.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/algorithm.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/forward_list.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/map.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/utility.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/stack.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      copying Cython/Includes/libcpp/unordered_map.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libcpp
      creating build/lib.linux-x86_64-3.8/Cython/Includes/numpy
      copying Cython/Includes/numpy/math.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/numpy
      copying Cython/Includes/numpy/__init__.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/numpy
      creating build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/function.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/slice.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/weakref.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/iterator.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/string.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/long.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/buffer.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/unicode.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/complex.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/bytearray.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/tuple.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/sequence.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/mapping.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/float.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/exc.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/ref.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/instance.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/pystate.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/bool.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/object.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/number.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/set.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/int.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/getargs.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/mem.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/method.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/type.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/array.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/datetime.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/pythread.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/longintrepr.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/ceval.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/__init__.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/module.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/cobject.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/bytes.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/dict.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/list.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/version.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/pylifecycle.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/cpython
      creating build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/math.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/string.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/stdio.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/stdlib.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/float.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/limits.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/stddef.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/setjmp.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/errno.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/stdint.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/time.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/locale.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/__init__.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      copying Cython/Includes/libc/signal.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/libc
      creating build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/stl.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/Deprecated
      creating build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/select.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/stdio.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/stdlib.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/wait.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/resource.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/ioctl.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/unistd.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/time.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/dlfcn.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/__init__.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/mman.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/stat.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/fcntl.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/strings.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/signal.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Includes/posix/types.pxd -> build/lib.linux-x86_64-3.8/Cython/Includes/posix
      copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Parsing.pxd -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Scanning.pxd -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/FlowControl.pxd -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Visitor.pxd -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Compiler/Code.pxd -> build/lib.linux-x86_64-3.8/Cython/Compiler
      copying Cython/Runtime/refnanny.pyx -> build/lib.linux-x86_64-3.8/Cython/Runtime
      copying Cython/Debugger/Tests/codefile -> build/lib.linux-x86_64-3.8/Cython/Debugger/Tests
      copying Cython/Debugger/Tests/cfuncs.c -> build/lib.linux-x86_64-3.8/Cython/Debugger/Tests
      copying Cython/Plex/Actions.pxd -> build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Plex/Scanners.pxd -> build/lib.linux-x86_64-3.8/Cython/Plex
      copying Cython/Utility/CpdefEnums.pyx -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/TestCythonScope.pyx -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/MemoryView.pyx -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/CppConvert.pyx -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/CConvert.pyx -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/MemoryView_C.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/TestUtilityLoader.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/Overflow.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/CommonStructures.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/ExtensionTypes.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/Complex.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/TypeConversion.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/Coroutine.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/Printing.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/ImportExport.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/FunctionArguments.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/CythonFunction.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/CMath.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/AsyncGen.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/Exceptions.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/ObjectHandling.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/StringTools.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/Profile.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/Buffer.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/Capsule.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/Builtins.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/Optimize.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/ModuleSetupCode.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/Embed.c -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/arrayarray.h -> build/lib.linux-x86_64-3.8/Cython/Utility
      copying Cython/Utility/CppSupport.cpp -> build/lib.linux-x86_64-3.8/Cython/Utility
      running build_ext
      building 'Cython.Plex.Scanners' extension
      creating build/temp.linux-x86_64-3.8
      creating build/temp.linux-x86_64-3.8/tmp
      creating build/temp.linux-x86_64-3.8/tmp/pip-wheel-kfselj58
      creating build/temp.linux-x86_64-3.8/tmp/pip-wheel-kfselj58/cython
      creating build/temp.linux-x86_64-3.8/tmp/pip-wheel-kfselj58/cython/Cython
      creating build/temp.linux-x86_64-3.8/tmp/pip-wheel-kfselj58/cython/Cython/Plex
      gcc -pthread -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/home/d...@dum.com/kivy_venv/include -I/usr/include/python3.8 -c /tmp/pip-wheel-kfselj58/cython/Cython/Plex/Scanners.c -o build/temp.linux-x86_64-3.8/tmp/pip-wheel-kfselj58/cython/Cython/Plex/Scanners.o
      /tmp/pip-wheel-kfselj58/cython/Cython/Plex/Scanners.c:19:10: fatal error: Python.h: No such file or directory
         19 | #include "Python.h"
            |          ^~~~~~~~~~
      compilation terminated.
      error: command 'gcc' failed with exit status 1
      ----------------------------------------
      ERROR: Failed building wheel for cython
    ERROR: Failed to build one or more wheels
     Traceback (most recent call last):
       File "/home/d...@dum.com/kivy_venv/lib/python3.8/site-packages/setuptools/installer.py", line 128, in fetch_build_egg
         subprocess.check_call(cmd)
       File "/usr/lib64/python3.8/subprocess.py", line 364, in check_call
         raise CalledProcessError(retcode, cmd)
     subprocess.CalledProcessError: Command '['/home/d...@dum.com/kivy_venv/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpxfb9k2oz', '--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 "/tmp/pip-install-33ltjfm3/kivy/setup.py", line 1073, in <module>
         setup(
       File "/home/d...@dum.com/kivy_venv/lib/python3.8/site-packages/setuptools/__init__.py", line 164, in setup
         _install_setup_requires(attrs)
       File "/home/d...@dum.com/kivy_venv/lib/python3.8/site-packages/setuptools/__init__.py", line 159, in _install_setup_requires
         dist.fetch_build_eggs(dist.setup_requires)
       File "/home/d...@dum.com/kivy_venv/lib/python3.8/site-packages/setuptools/dist.py", line 699, in fetch_build_eggs
         resolved_dists = pkg_resources.working_set.resolve(
       File "/home/d...@dum.com/kivy_venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 780, in resolve
         dist = best[req.key] = env.best_match(
       File "/home/d...@dum.com/kivy_venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1065, in best_match
         return self.obtain(req, installer)
       File "/home/d...@dum.com/kivy_venv/lib/python3.8/site-packages/pkg_resources/__init__.py", line 1077, in obtain
         return installer(requirement)
       File "/home/d...@dum.com/kivy_venv/lib/python3.8/site-packages/setuptools/dist.py", line 758, in fetch_build_egg
         return fetch_build_egg(self, req)
       File "/home/d...@dum.com/kivy_venv/lib/python3.8/site-packages/setuptools/installer.py", line 130, in fetch_build_egg
         raise DistutilsError(str(e)) from e
     distutils.errors.DistutilsError: Command '['/home/d...@dum.com/kivy_venv/bin/python3', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpxfb9k2oz', '--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
    Using this graphics system: OpenGL
    WARNING: A problem occurred while running pkg-config --libs --cflags gstreamer-1.0 (code 1)
   
    b"Package gstreamer-1.0 was not found in the pkg-config search path.\nPerhaps you should add the directory containing `gstreamer-1.0.pc'\nto the PKG_CONFIG_PATH environment variable\nPackage 'gstreamer-1.0', required by 'virtual:world', not found\n"
   
    WARNING: A problem occurred while running pkg-config --libs --cflags sdl2 SDL2_ttf SDL2_image SDL2_mixer (code 1)
   
    b"Package sdl2 was not found in the pkg-config search path.\nPerhaps you should add the directory containing `sdl2.pc'\nto the PKG_CONFIG_PATH environment variable\nPackage 'sdl2', required by 'virtual:world', not found\nPackage 'SDL2_ttf', required by 'virtual:world', not found\nPackage 'SDL2_image', required by 'virtual:world', not found\nPackage 'SDL2_mixer', required by 'virtual:world', not found\n"
   
    WARNING: A problem occurred while running pkg-config --libs --cflags pangoft2 (code 1)
   
    b"Package pangoft2 was not found in the pkg-config search path.\nPerhaps you should add the directory containing `pangoft2.pc'\nto the PKG_CONFIG_PATH environment variable\nPackage 'pangoft2', required by 'virtual:world', not found\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 not sure why this isn't working. Forgive my newbness. I did some basic newb searching, but maybe I don't know what to search for.

Elliot Garbus

unread,
Jul 9, 2020, 9:52:41 AM7/9/20
to kivy-...@googlegroups.com

Install under pyton 3.7 (Not python 3.8)

The precompiled wheels are not available for 3.8

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/2aee207f-c86a-468c-879e-f560d22b264fo%40googlegroups.com.

 

David Moore

unread,
Jul 9, 2020, 10:32:20 AM7/9/20
to Kivy users support
Thanks for the quick reply.

How do I install pip for a specific version?

Here's my process

(kivy_venv) [d...@dum.com@dummymcdumface ~]$ python3 -m pip install Kivy==3.7
ERROR: Could not find a version that satisfies the requirement Kivy==3.7 (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)
ERROR: No matching distribution found for Kivy==3.7
(kivy_venv) [d...@dum.com@dummymcdumface ~]$ python3.7 -m pip install Kivy
bash: python3.7: command not found...
Install package 'python37' to provide command 'python3.7'? [N/y] y


 * Waiting in queue...
 * Loading list of packages....
The following packages have to be installed:
 python37-3.7.7-3.fc32.x86_64    Version 3.7 of the Python interpreter
Proceed with changes? [N/y] y


 * Waiting in queue...
 * Waiting for authentication...
 * Waiting in queue...
 * Downloading packages...
 * Requesting data...
 * Testing changes...
 * Installing packages...
/usr/bin/python3.7: No module named pip

(kivy_venv) [d...@dum.com@dummymcdumface ~]$ python3.7 -m pip install Kivy
/usr/bin/python3.7: No module named pip
(kivy_venv) [d...@dum.com@dummymcdumface ~]$ python -m pip install Kivy

SAME ERROR REDACTED FOR BREVITY

(kivy_venv) [d...@dum.com@dummymcdumface ~]$ python3 -m pip install Kivy

SAME ERROR REDACTED FOR BREVITY

(kivy_venv) [d...@dum.com@dummymcdumface ~]$ python3.7 -m pip install Kivy
/usr/bin/python3.7: No module named pip
(kivy_venv) [d...@dum.com@dummymcdumface ~]$ sudo dnf install python-pip
[sudo] password for d...@dum.com:
Last metadata expiration check: 5:14:56 ago on Thu 09 Jul 2020 04:52:05 AM EDT.
Package python3-pip-19.3.1-3.fc32.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
(kivy_venv) [d...@dum.com@dummymcdumface ~]$ sudo dnf search pip

REDACTED FOR BREVITY

(kivy_venv) [d...@dum.com@dummymcdumface ~]$ sudo dnf install python37-pip
Last metadata expiration check: 5:23:46 ago on Thu 09 Jul 2020 04:52:05 AM EDT.
No match for argument: python37-pip
Error: Unable to find a match: python37-pip
(kivy_venv) [d...@dum.com@dummymcdumface ~]$ sudo dnf install python3.7-pip
Last metadata expiration check: 5:23:54 ago on Thu 09 Jul 2020 04:52:05 AM EDT.
No match for argument: python3.7-pip
Error: Unable to find a match: python3.7-pip
(kivy_venv) [d...@dum.com@dummymcdumface ~]$



To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.

David Moore

unread,
Jul 9, 2020, 10:42:12 AM7/9/20
to Kivy users support
So I found this... I'm checking it out.

...

Elliot Garbus

unread,
Jul 9, 2020, 10:42:55 AM7/9/20
to kivy-...@googlegroups.com

You need to install Python 3.7

To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/e6152e8e-f71b-4b8b-83cc-2eed0dad51eao%40googlegroups.com.

 

David Moore

unread,
Jul 9, 2020, 11:09:27 AM7/9/20
to Kivy users support
Is that not what I did here?

(kivy_venv) [d...@dum.com@dummymcdumface ~]$ python3.7 -m pip install Kivy
bash: python3.7: command not found...
Install package 'python37' to provide command 'python3.7'? [N/y] y


 * Waiting in queue...
 * Loading list of packages....
The following packages have to be installed:
 python37-3.7.7-3.fc32.x86_64    Version 3.7 of the Python interpreter
Proceed with changes? [N/y] y


 * Waiting in queue...
 * Waiting for authentication...
 * Waiting in queue...
 * Downloading packages...
 * Requesting data...
 * Testing changes...
 * Installing packages...
/usr/bin/python3.7: No module named pip

...

Elliot Garbus

unread,
Jul 9, 2020, 11:25:32 AM7/9/20
to kivy-...@googlegroups.com

--

You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.

David Moore

unread,
Jul 9, 2020, 12:28:08 PM7/9/20
to Kivy users support
 Jesus...

sudo dnf install python37
alias python='/usr/bin/python3.7'
. ~/.bashrc
source ~/.bashrc

Confirm your python version with   python --version


python get-pip.py

Confirm that pip is installed for the correct version    pip -V

python -m pip install --upgrade --user pip setuptools virtualenv
python -m virtualenv ~/kivy_venv
source ~/kivy_venv/bin/activate

Robert Flatt

unread,
Jul 9, 2020, 1:17:16 PM7/9/20
to Kivy users support
Perhaps the issue is trying to use pip whereas Python3 requires pip3, pip is for Python2
 
alias python='/usr/bin/python3.7'

This can get you into trouble if somthing you use depends (perhaps unknowingly) on Python2
Reply all
Reply to author
Forward
0 new messages