Git Product home page Git Product logo

remarkable-assistant's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

remarkable-assistant's Issues

Values not in xochitl.conf

Hello Michael. after a git clone + manual install of Python packages, I successfully launched it on my Windows laptop. Some fields are empty however, such as "Idle time before Suspend". I did a bit of reverse of engineering in your code, and the info is expected in '/home/root/.config/remarkable/xochitl.conf', so I checked, but there isn't such info in it. What did I miss ?

Fails to install on Pop!_OS 21.04 with Python 3.9.6

Description

Following the instructions for the everyone else install with a fresh install of Python3 and python-pip. However, installing and building the dependencies failed. The following details shows the output.

➜  remarkable-assistant git:(master) python -m pip install -r requirements.txt 
Collecting Cython==0.26.1
  Downloading Cython-0.26.1.tar.gz (1.7 MB)
     |████████████████████████████████| 1.7 MB 4.8 MB/s 
Collecting Kivy>=1.10.0
  Downloading Kivy-2.0.0-cp39-cp39-manylinux2010_x86_64.whl (20.7 MB)
     |████████████████████████████████| 20.7 MB 7.9 MB/s 
Collecting Kivy-Garden==0.1.4
  Downloading kivy-garden-0.1.4.tar.gz (6.8 kB)
Collecting paramiko==2.1.2
  Downloading paramiko-2.1.2-py2.py3-none-any.whl (172 kB)
     |████████████████████████████████| 172 kB 21.8 MB/s 
Collecting pathlib==1.0.1
  Downloading pathlib-1.0.1.tar.gz (49 kB)
     |████████████████████████████████| 49 kB 6.3 MB/s 
Collecting uuid==1.30
  Downloading uuid-1.30.tar.gz (5.8 kB)
Collecting image==1.5.17
  Downloading image-1.5.17-py2.py3-none-any.whl (19 kB)
Requirement already satisfied: wheel in /usr/lib/python3/dist-packages (from -r requirements.txt (line 8)) (0.34.2)
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from -r requirements.txt (line 9)) (52.0.0)
Collecting docutils
  Downloading docutils-0.17.1-py2.py3-none-any.whl (575 kB)
     |████████████████████████████████| 575 kB 5.1 MB/s 
Collecting pygments
  Downloading Pygments-2.10.0-py3-none-any.whl (1.0 MB)
     |████████████████████████████████| 1.0 MB 7.8 MB/s 
Requirement already satisfied: pillow in /usr/lib/python3/dist-packages (from image==1.5.17->-r requirements.txt (line 7)) (8.1.2)
Collecting django
  Downloading Django-3.2.7-py3-none-any.whl (7.9 MB)
     |████████████████████████████████| 7.9 MB 2.8 MB/s 
Requirement already satisfied: requests in /usr/lib/python3/dist-packages (from Kivy-Garden==0.1.4->-r requirements.txt (line 3)) (2.25.1)
Requirement already satisfied: cryptography>=1.1 in /usr/lib/python3/dist-packages (from paramiko==2.1.2->-r requirements.txt (line 4)) (3.3.2)
Collecting pyasn1>=0.1.7
  Downloading pyasn1-0.4.8-py2.py3-none-any.whl (77 kB)
     |████████████████████████████████| 77 kB 7.7 MB/s 
Collecting asgiref<4,>=3.3.2
  Downloading asgiref-3.4.1-py3-none-any.whl (25 kB)
Collecting sqlparse>=0.2.2
  Downloading sqlparse-0.4.1-py3-none-any.whl (42 kB)
     |████████████████████████████████| 42 kB 2.8 MB/s 
Requirement already satisfied: pytz in /usr/lib/python3/dist-packages (from django->image==1.5.17->-r requirements.txt (line 7)) (2021.1)
Building wheels for collected packages: Cython, Kivy-Garden, pathlib, uuid
  Building wheel for Cython (setup.py) ... error
  ERROR: Command errored out with exit status 1:
   command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/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-4i979jji
       cwd: /tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/
  Complete output (360 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.9
  copying cython.py -> build/lib.linux-x86_64-3.9
  creating build/lib.linux-x86_64-3.9/Cython
  copying Cython/__init__.py -> build/lib.linux-x86_64-3.9/Cython
  copying Cython/Coverage.py -> build/lib.linux-x86_64-3.9/Cython
  copying Cython/Utils.py -> build/lib.linux-x86_64-3.9/Cython
  copying Cython/StringIOTree.py -> build/lib.linux-x86_64-3.9/Cython
  copying Cython/TestUtils.py -> build/lib.linux-x86_64-3.9/Cython
  copying Cython/Debugging.py -> build/lib.linux-x86_64-3.9/Cython
  copying Cython/CodeWriter.py -> build/lib.linux-x86_64-3.9/Cython
  copying Cython/Shadow.py -> build/lib.linux-x86_64-3.9/Cython
  creating build/lib.linux-x86_64-3.9/Cython/Build
  copying Cython/Build/BuildExecutable.py -> build/lib.linux-x86_64-3.9/Cython/Build
  copying Cython/Build/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Build
  copying Cython/Build/IpythonMagic.py -> build/lib.linux-x86_64-3.9/Cython/Build
  copying Cython/Build/Dependencies.py -> build/lib.linux-x86_64-3.9/Cython/Build
  copying Cython/Build/Inline.py -> build/lib.linux-x86_64-3.9/Cython/Build
  copying Cython/Build/Cythonize.py -> build/lib.linux-x86_64-3.9/Cython/Build
  copying Cython/Build/Distutils.py -> build/lib.linux-x86_64-3.9/Cython/Build
  creating build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/PyrexTypes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/CmdLine.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/CodeGeneration.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/AutoDocTransforms.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/CythonScope.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Buffer.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Errors.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Pythran.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/UtilityCode.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/UtilNodes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Main.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/TypeSlots.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/StringEncoding.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Options.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Optimize.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/ModuleNode.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/MemoryView.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/TypeInference.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/TreePath.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Builtin.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Code.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Lexicon.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Version.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Naming.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Annotate.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/DebugFlags.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Symtab.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Pipeline.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Scanning.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/FusedNode.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/ExprNodes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Nodes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/FlowControl.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/TreeFragment.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Interpreter.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Parsing.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Future.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Visitor.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
  creating build/lib.linux-x86_64-3.9/Cython/Runtime
  copying Cython/Runtime/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Runtime
  creating build/lib.linux-x86_64-3.9/Cython/Distutils
  copying Cython/Distutils/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Distutils
  copying Cython/Distutils/old_build_ext.py -> build/lib.linux-x86_64-3.9/Cython/Distutils
  copying Cython/Distutils/extension.py -> build/lib.linux-x86_64-3.9/Cython/Distutils
  copying Cython/Distutils/build_ext.py -> build/lib.linux-x86_64-3.9/Cython/Distutils
  creating build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Plex/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Plex/Traditional.py -> build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Plex/Errors.py -> build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Plex/Lexicons.py -> build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Plex/Scanners.py -> build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Plex/Transitions.py -> build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Plex/Regexps.py -> build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Plex/Actions.py -> build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Plex/DFA.py -> build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Plex/Timing.py -> build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Plex/Machines.py -> build/lib.linux-x86_64-3.9/Cython/Plex
  creating build/lib.linux-x86_64-3.9/Cython/Tests
  copying Cython/Tests/TestCodeWriter.py -> build/lib.linux-x86_64-3.9/Cython/Tests
  copying Cython/Tests/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Tests
  copying Cython/Tests/xmlrunner.py -> build/lib.linux-x86_64-3.9/Cython/Tests
  copying Cython/Tests/TestStringIOTree.py -> build/lib.linux-x86_64-3.9/Cython/Tests
  copying Cython/Tests/TestJediTyper.py -> build/lib.linux-x86_64-3.9/Cython/Tests
  creating build/lib.linux-x86_64-3.9/Cython/Build/Tests
  copying Cython/Build/Tests/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests
  copying Cython/Build/Tests/TestInline.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests
  copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests
  copying Cython/Build/Tests/TestIpythonMagic.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests
  creating build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/TestVisitor.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/TestGrammar.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/TestCmdLine.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/TestMemView.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/TestFlowControl.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/TestTypes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  copying Cython/Compiler/Tests/TestSignatureMatching.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
  creating build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Utility
  creating build/lib.linux-x86_64-3.9/Cython/Tempita
  copying Cython/Tempita/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Tempita
  copying Cython/Tempita/compat3.py -> build/lib.linux-x86_64-3.9/Cython/Tempita
  copying Cython/Tempita/_tempita.py -> build/lib.linux-x86_64-3.9/Cython/Tempita
  copying Cython/Tempita/_looper.py -> build/lib.linux-x86_64-3.9/Cython/Tempita
  creating build/lib.linux-x86_64-3.9/pyximport
  copying pyximport/__init__.py -> build/lib.linux-x86_64-3.9/pyximport
  copying pyximport/pyxbuild.py -> build/lib.linux-x86_64-3.9/pyximport
  copying pyximport/pyximport.py -> build/lib.linux-x86_64-3.9/pyximport
  creating build/lib.linux-x86_64-3.9/Cython/Debugger
  copying Cython/Debugger/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Debugger
  copying Cython/Debugger/DebugWriter.py -> build/lib.linux-x86_64-3.9/Cython/Debugger
  copying Cython/Debugger/libcython.py -> build/lib.linux-x86_64-3.9/Cython/Debugger
  copying Cython/Debugger/Cygdb.py -> build/lib.linux-x86_64-3.9/Cython/Debugger
  copying Cython/Debugger/libpython.py -> build/lib.linux-x86_64-3.9/Cython/Debugger
  creating build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
  copying Cython/Debugger/Tests/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
  copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
  copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
  copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
  creating build/lib.linux-x86_64-3.9/Cython/Includes
  copying Cython/Includes/openmp.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes
  creating build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/stl.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python2.5.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
  creating build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/fcntl.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/ioctl.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/stdio.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/dlfcn.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/unistd.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/strings.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/stat.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/stdlib.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/select.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/time.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/resource.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/types.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/signal.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/wait.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  copying Cython/Includes/posix/mman.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
  creating build/lib.linux-x86_64-3.9/Cython/Includes/numpy
  copying Cython/Includes/numpy/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/numpy
  copying Cython/Includes/numpy/math.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/numpy
  creating build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/complex.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/mem.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/unicode.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/version.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/ref.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/list.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/longintrepr.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/pystate.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/int.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/sequence.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/set.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/weakref.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/method.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/exc.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/getargs.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/module.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/mapping.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/array.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/long.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/object.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/tuple.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/bool.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/number.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/cobject.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/dict.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/instance.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/bytes.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/type.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/datetime.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/iterator.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/function.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/float.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/buffer.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/pythread.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/slice.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  copying Cython/Includes/cpython/string.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
  creating build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/stddef.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/locale.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/stdio.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/stdlib.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/time.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/limits.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/stdint.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/float.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/errno.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/signal.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/setjmp.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/math.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  copying Cython/Includes/libc/string.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
  creating build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/complex.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/vector.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/unordered_map.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/list.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/pair.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/utility.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/set.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/stack.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/queue.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/map.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/iterator.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/limits.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/unordered_set.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/typeindex.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/algorithm.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/deque.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/functional.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/memory.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/typeinfo.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/cast.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Includes/libcpp/string.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
  copying Cython/Compiler/Parsing.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/FlowControl.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Scanning.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Visitor.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Compiler/Code.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler
  copying Cython/Runtime/refnanny.pyx -> build/lib.linux-x86_64-3.9/Cython/Runtime
  copying Cython/Plex/Scanners.pxd -> build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Plex/Actions.pxd -> build/lib.linux-x86_64-3.9/Cython/Plex
  copying Cython/Utility/CpdefEnums.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/TestCythonScope.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/CConvert.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/MemoryView.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/CppConvert.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/MemoryView_C.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/Overflow.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/Buffer.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/Capsule.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/CMath.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/ObjectHandling.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/Builtins.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/Complex.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/Coroutine.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/Exceptions.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/TestUtilityLoader.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/Profile.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/Embed.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/StringTools.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/FunctionArguments.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/ModuleSetupCode.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/ImportExport.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/Optimize.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/CythonFunction.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/TypeConversion.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/Printing.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/ExtensionTypes.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/CommonStructures.c -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/arrayarray.h -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Utility/CppSupport.cpp -> build/lib.linux-x86_64-3.9/Cython/Utility
  copying Cython/Debugger/Tests/codefile -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
  copying Cython/Debugger/Tests/cfuncs.c -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
  running build_ext
  cythoning /tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Plex/Scanners.py to /tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Plex/Scanners.c
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/setup.py", line 289, in <module>
      setup(
    File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
      return distutils.core.setup(**attrs)
    File "/usr/lib/python3.9/distutils/core.py", line 148, in setup
      dist.run_commands()
    File "/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands
      self.run_command(cmd)
    File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/usr/lib/python3/dist-packages/wheel/bdist_wheel.py", line 223, in run
      self.run_command('build')
    File "/usr/lib/python3.9/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/usr/lib/python3.9/distutils/command/build.py", line 135, in run
      self.run_command(cmd_name)
    File "/usr/lib/python3.9/distutils/cmd.py", line 313, in run_command
      self.distribution.run_command(command)
    File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
      cmd_obj.run()
    File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Distutils/old_build_ext.py", line 185, in run
      _build_ext.build_ext.run(self)
    File "/usr/lib/python3.9/distutils/command/build_ext.py", line 340, in run
      self.build_extensions()
    File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Distutils/old_build_ext.py", line 192, in build_extensions
      ext.sources = self.cython_sources(ext.sources, ext)
    File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Distutils/old_build_ext.py", line 344, in cython_sources
      result = cython_compile(source, options=options,
    File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Compiler/Main.py", line 693, in compile
      return compile_single(source, options, full_module_name)
    File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Compiler/Main.py", line 643, in compile_single
      return run_pipeline(source, options, full_module_name)
    File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Compiler/Main.py", line 455, in run_pipeline
      from . import Pipeline
    File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Compiler/Pipeline.py", line 9, in <module>
      from .Visitor import CythonTransform
    File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Compiler/Visitor.py", line 15, in <module>
      from . import ExprNodes
    File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Compiler/ExprNodes.py", line 2844
      await = None
            ^
  SyntaxError: invalid syntax
  ----------------------------------------
  ERROR: Failed building wheel for Cython
  Running setup.py clean for Cython
  Building wheel for Kivy-Garden (setup.py) ... done
  Created wheel for Kivy-Garden: filename=Kivy_Garden-0.1.4-py3-none-any.whl size=4531 sha256=3fc342d12d79a3df8274f8b7f6adb71bae52db4b8750a99bcd35bd0e508e6e65
  Stored in directory: /home/filbot/.cache/pip/wheels/19/1b/96/2e2906a93ec4b5d3463b0b803112feab5511a2c37dc07faed3
  Building wheel for pathlib (setup.py) ... done
  Created wheel for pathlib: filename=pathlib-1.0.1-py3-none-any.whl size=14346 sha256=a834ae0aa55e86ec9dfba52fae3832015341dfbc7025397721bc7f8833d88520
  Stored in directory: /home/filbot/.cache/pip/wheels/58/e4/79/b72447132cbb865fd652d37c85cc4e0caba75da59bc3a0ee50
  Building wheel for uuid (setup.py) ... done
  Created wheel for uuid: filename=uuid-1.30-py3-none-any.whl size=6500 sha256=867555a0ce3bace75b8e81eff32089180cd8d274e9ea368a22e7e7c069ae30b6
  Stored in directory: /home/filbot/.cache/pip/wheels/05/d7/b4/4795d29c6decfffbf64c63e58b6c8b8bbfd4751488617dcd7a
Successfully built Kivy-Garden pathlib uuid
Failed to build Cython
Installing collected packages: sqlparse, asgiref, pygments, pyasn1, Kivy-Garden, docutils, django, uuid, pathlib, paramiko, Kivy, image, Cython
    Running setup.py install for Cython ... error
    ERROR: Command errored out with exit status 1:
     command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-e4rwo48u/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/filbot/.local/include/python3.9/Cython
         cwd: /tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/
    Complete output (362 lines):
    Unable to find pgen, not compiling formal grammar.
    running install
    running build
    running build_py
    creating build
    creating build/lib.linux-x86_64-3.9
    copying cython.py -> build/lib.linux-x86_64-3.9
    creating build/lib.linux-x86_64-3.9/Cython
    copying Cython/__init__.py -> build/lib.linux-x86_64-3.9/Cython
    copying Cython/Coverage.py -> build/lib.linux-x86_64-3.9/Cython
    copying Cython/Utils.py -> build/lib.linux-x86_64-3.9/Cython
    copying Cython/StringIOTree.py -> build/lib.linux-x86_64-3.9/Cython
    copying Cython/TestUtils.py -> build/lib.linux-x86_64-3.9/Cython
    copying Cython/Debugging.py -> build/lib.linux-x86_64-3.9/Cython
    copying Cython/CodeWriter.py -> build/lib.linux-x86_64-3.9/Cython
    copying Cython/Shadow.py -> build/lib.linux-x86_64-3.9/Cython
    creating build/lib.linux-x86_64-3.9/Cython/Build
    copying Cython/Build/BuildExecutable.py -> build/lib.linux-x86_64-3.9/Cython/Build
    copying Cython/Build/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Build
    copying Cython/Build/IpythonMagic.py -> build/lib.linux-x86_64-3.9/Cython/Build
    copying Cython/Build/Dependencies.py -> build/lib.linux-x86_64-3.9/Cython/Build
    copying Cython/Build/Inline.py -> build/lib.linux-x86_64-3.9/Cython/Build
    copying Cython/Build/Cythonize.py -> build/lib.linux-x86_64-3.9/Cython/Build
    copying Cython/Build/Distutils.py -> build/lib.linux-x86_64-3.9/Cython/Build
    creating build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/PyrexTypes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/CmdLine.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/CodeGeneration.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/AutoDocTransforms.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/CythonScope.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Buffer.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Errors.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Pythran.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/UtilityCode.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/UtilNodes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Main.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/TypeSlots.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/StringEncoding.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Options.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Optimize.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/ModuleNode.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/MemoryView.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/TypeInference.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/TreePath.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Builtin.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Code.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Lexicon.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Version.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Naming.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Annotate.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/DebugFlags.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Symtab.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Pipeline.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Scanning.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/FusedNode.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/ExprNodes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Nodes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/FlowControl.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/TreeFragment.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Interpreter.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Parsing.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Future.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Visitor.py -> build/lib.linux-x86_64-3.9/Cython/Compiler
    creating build/lib.linux-x86_64-3.9/Cython/Runtime
    copying Cython/Runtime/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Runtime
    creating build/lib.linux-x86_64-3.9/Cython/Distutils
    copying Cython/Distutils/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Distutils
    copying Cython/Distutils/old_build_ext.py -> build/lib.linux-x86_64-3.9/Cython/Distutils
    copying Cython/Distutils/extension.py -> build/lib.linux-x86_64-3.9/Cython/Distutils
    copying Cython/Distutils/build_ext.py -> build/lib.linux-x86_64-3.9/Cython/Distutils
    creating build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Plex/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Plex/Traditional.py -> build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Plex/Errors.py -> build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Plex/Lexicons.py -> build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Plex/Scanners.py -> build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Plex/Transitions.py -> build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Plex/Regexps.py -> build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Plex/Actions.py -> build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Plex/DFA.py -> build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Plex/Timing.py -> build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Plex/Machines.py -> build/lib.linux-x86_64-3.9/Cython/Plex
    creating build/lib.linux-x86_64-3.9/Cython/Tests
    copying Cython/Tests/TestCodeWriter.py -> build/lib.linux-x86_64-3.9/Cython/Tests
    copying Cython/Tests/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Tests
    copying Cython/Tests/xmlrunner.py -> build/lib.linux-x86_64-3.9/Cython/Tests
    copying Cython/Tests/TestStringIOTree.py -> build/lib.linux-x86_64-3.9/Cython/Tests
    copying Cython/Tests/TestJediTyper.py -> build/lib.linux-x86_64-3.9/Cython/Tests
    creating build/lib.linux-x86_64-3.9/Cython/Build/Tests
    copying Cython/Build/Tests/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests
    copying Cython/Build/Tests/TestInline.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests
    copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests
    copying Cython/Build/Tests/TestIpythonMagic.py -> build/lib.linux-x86_64-3.9/Cython/Build/Tests
    creating build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/TestVisitor.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/TestGrammar.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/TestCmdLine.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/TestMemView.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/TestFlowControl.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/TestTypes.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    copying Cython/Compiler/Tests/TestSignatureMatching.py -> build/lib.linux-x86_64-3.9/Cython/Compiler/Tests
    creating build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Utility
    creating build/lib.linux-x86_64-3.9/Cython/Tempita
    copying Cython/Tempita/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Tempita
    copying Cython/Tempita/compat3.py -> build/lib.linux-x86_64-3.9/Cython/Tempita
    copying Cython/Tempita/_tempita.py -> build/lib.linux-x86_64-3.9/Cython/Tempita
    copying Cython/Tempita/_looper.py -> build/lib.linux-x86_64-3.9/Cython/Tempita
    creating build/lib.linux-x86_64-3.9/pyximport
    copying pyximport/__init__.py -> build/lib.linux-x86_64-3.9/pyximport
    copying pyximport/pyxbuild.py -> build/lib.linux-x86_64-3.9/pyximport
    copying pyximport/pyximport.py -> build/lib.linux-x86_64-3.9/pyximport
    creating build/lib.linux-x86_64-3.9/Cython/Debugger
    copying Cython/Debugger/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Debugger
    copying Cython/Debugger/DebugWriter.py -> build/lib.linux-x86_64-3.9/Cython/Debugger
    copying Cython/Debugger/libcython.py -> build/lib.linux-x86_64-3.9/Cython/Debugger
    copying Cython/Debugger/Cygdb.py -> build/lib.linux-x86_64-3.9/Cython/Debugger
    copying Cython/Debugger/libpython.py -> build/lib.linux-x86_64-3.9/Cython/Debugger
    creating build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
    copying Cython/Debugger/Tests/__init__.py -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
    copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
    copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
    copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
    creating build/lib.linux-x86_64-3.9/Cython/Includes
    copying Cython/Includes/openmp.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes
    creating build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/stl.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python2.5.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/Deprecated
    creating build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/fcntl.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/ioctl.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/stdio.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/dlfcn.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/unistd.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/strings.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/stat.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/stdlib.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/select.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/time.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/resource.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/types.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/signal.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/wait.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    copying Cython/Includes/posix/mman.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/posix
    creating build/lib.linux-x86_64-3.9/Cython/Includes/numpy
    copying Cython/Includes/numpy/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/numpy
    copying Cython/Includes/numpy/math.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/numpy
    creating build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/complex.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/mem.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/unicode.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/version.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/ref.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/list.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/longintrepr.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/pystate.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/int.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/sequence.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/set.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/weakref.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/method.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/exc.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/getargs.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/module.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/mapping.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/array.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/long.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/object.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/tuple.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/bool.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/number.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/cobject.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/dict.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/instance.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/bytes.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/type.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/datetime.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/iterator.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/function.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/float.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/buffer.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/pythread.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/slice.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    copying Cython/Includes/cpython/string.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/cpython
    creating build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/stddef.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/locale.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/stdio.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/stdlib.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/time.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/limits.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/stdint.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/float.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/errno.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/signal.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/setjmp.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/math.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    copying Cython/Includes/libc/string.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libc
    creating build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/complex.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/__init__.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/vector.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/unordered_map.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/list.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/pair.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/utility.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/set.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/stack.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/queue.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/map.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/iterator.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/limits.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/unordered_set.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/typeindex.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/algorithm.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/deque.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/functional.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/memory.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/typeinfo.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/cast.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Includes/libcpp/string.pxd -> build/lib.linux-x86_64-3.9/Cython/Includes/libcpp
    copying Cython/Compiler/Parsing.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/FlowControl.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Scanning.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Visitor.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Compiler/Code.pxd -> build/lib.linux-x86_64-3.9/Cython/Compiler
    copying Cython/Runtime/refnanny.pyx -> build/lib.linux-x86_64-3.9/Cython/Runtime
    copying Cython/Plex/Scanners.pxd -> build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Plex/Actions.pxd -> build/lib.linux-x86_64-3.9/Cython/Plex
    copying Cython/Utility/CpdefEnums.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/TestCythonScope.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/CConvert.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/MemoryView.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/CppConvert.pyx -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/MemoryView_C.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/Overflow.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/Buffer.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/Capsule.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/CMath.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/ObjectHandling.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/Builtins.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/Complex.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/Coroutine.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/Exceptions.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/TestUtilityLoader.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/Profile.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/Embed.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/StringTools.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/FunctionArguments.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/ModuleSetupCode.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/ImportExport.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/Optimize.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/CythonFunction.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/TypeConversion.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/Printing.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/ExtensionTypes.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/CommonStructures.c -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/arrayarray.h -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Utility/CppSupport.cpp -> build/lib.linux-x86_64-3.9/Cython/Utility
    copying Cython/Debugger/Tests/codefile -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
    copying Cython/Debugger/Tests/cfuncs.c -> build/lib.linux-x86_64-3.9/Cython/Debugger/Tests
    running build_ext
    cythoning /tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Plex/Scanners.py to /tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Plex/Scanners.c
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/setup.py", line 289, in <module>
        setup(
      File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 153, in setup
        return distutils.core.setup(**attrs)
      File "/usr/lib/python3.9/distutils/core.py", line 148, in setup
        dist.run_commands()
      File "/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands
        self.run_command(cmd)
      File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
        cmd_obj.run()
      File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 61, in run
        return orig.install.run(self)
      File "/usr/lib/python3.9/distutils/command/install.py", line 590, in run
        self.run_command('build')
      File "/usr/lib/python3.9/distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
        cmd_obj.run()
      File "/usr/lib/python3.9/distutils/command/build.py", line 135, in run
        self.run_command(cmd_name)
      File "/usr/lib/python3.9/distutils/cmd.py", line 313, in run_command
        self.distribution.run_command(command)
      File "/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
        cmd_obj.run()
      File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Distutils/old_build_ext.py", line 185, in run
        _build_ext.build_ext.run(self)
      File "/usr/lib/python3.9/distutils/command/build_ext.py", line 340, in run
        self.build_extensions()
      File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Distutils/old_build_ext.py", line 192, in build_extensions
        ext.sources = self.cython_sources(ext.sources, ext)
      File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Distutils/old_build_ext.py", line 344, in cython_sources
        result = cython_compile(source, options=options,
      File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Compiler/Main.py", line 693, in compile
        return compile_single(source, options, full_module_name)
      File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Compiler/Main.py", line 643, in compile_single
        return run_pipeline(source, options, full_module_name)
      File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Compiler/Main.py", line 455, in run_pipeline
        from . import Pipeline
      File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Compiler/Pipeline.py", line 9, in <module>
        from .Visitor import CythonTransform
      File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Compiler/Visitor.py", line 15, in <module>
        from . import ExprNodes
      File "/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/Cython/Compiler/ExprNodes.py", line 2844
        await = None
              ^
    SyntaxError: invalid syntax
    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6gxhuksn/cython_461b96fe6a4a41b4b56cc2e3a7e749ae/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-e4rwo48u/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/filbot/.local/include/python3.9/Cython Check the logs for full command output.
➜  remarkable-assistant git:(master) sudo apt install build-essential
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
build-essential is already the newest version (12.8ubuntu3).
build-essential set to manually installed.
The following packages were automatically installed and are no longer required:
  linux-headers-5.11.0-7614 linux-headers-5.11.0-7614-generic
  linux-image-5.11.0-7614-generic linux-modules-5.11.0-7614-generic
  linux-modules-extra-5.11.0-7614-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Here is my system information.

➜  remarkable-assistant git:(master) neofetch 
             /////////////                filbot@pop-os 
         /////////////////////            ------------- 
      ///////*767////////////////         OS: Pop!_OS 21.04 x86_64 
    //////7676767676*//////////////       Host: Oryx Pro oryp6 
   /////76767//7676767//////////////      Kernel: 5.11.0-7633-generic 
  /////767676///*76767///////////////     Uptime: 1 day, 16 hours, 44 mins 
 ///////767676///76767.///7676*///////    Packages: 2648 (dpkg), 49 (flatpak) 
/////////767676//76767///767676////////   Shell: zsh 5.8 
//////////76767676767////76767/////////   Resolution: 1920x1080 
///////////76767676//////7676//////////   DE: GNOME 3.38.4 
////////////,7676,///////767///////////   WM: Mutter 
/////////////*7676///////76////////////   WM Theme: Pop 
///////////////7676////////////////////   Theme: Pop-dark [GTK2/3] 
 ///////////////7676///767////////////    Icons: Pop [GTK2/3] 
  //////////////////////'////////////     Terminal: gnome-terminal 
   //////.7676767676767676767,//////      CPU: Intel i7-10875H (16) @ 5.100GHz 
    /////767676767676767676767/////       GPU: NVIDIA GeForce RTX 2060 Mobile 
      ///////////////////////////         GPU: Intel CometLake-H GT2 [UHD Graphics] 
         /////////////////////            Memory: 3835MiB / 31978MiB 
             /////////////

➜  remarkable-assistant git:(master) python -V
Python 3.9.5
➜  remarkable-assistant git:(master) uname -a
Linux pop-os 5.11.0-7633-generic #35~1630100930~21.04~ae2753e-Ubuntu SMP Mon Aug 30 18:26:54 UTC  x86_64 x86_64 x86_64 GNU/Linux
➜  remarkable-assistant git:(master) cat /etc/*-release
DISTRIB_ID=Pop
DISTRIB_RELEASE=21.04
DISTRIB_CODENAME=hirsute
DISTRIB_DESCRIPTION="Pop!_OS 21.04"
NAME="Pop!_OS"
VERSION="21.04"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 21.04"
VERSION_ID="21.04"
HOME_URL="https://pop.system76.com"
SUPPORT_URL="https://support.system76.com"
BUG_REPORT_URL="https://github.com/pop-os/pop/issues"
PRIVACY_POLICY_URL="https://system76.com/privacy"
VERSION_CODENAME=hirsute
UBUNTU_CODENAME=hirsute
LOGO=distributor-logo-pop-os
➜  remarkable-assistant git:(master) 

question about windows installation

Capture
Hello, thanks you for your and the community's good work.! i know this must be a stupid question- have no experience with pip install and running python in cmd...would you please tell me what should i do in order to get it installed on windows and running? spent 1.5 h on it and would really appreciate your help! :-/

pip error (Ubuntu 20.04)

Following error occurs during pip install with python2 (and python3).

alexander@tuxedo-book:~/remarkable/remarkable-assistant$ pip install -r requirements.txt
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
Defaulting to user installation because normal site-packages is not writeable
Collecting Cython==0.26.1
Downloading Cython-0.26.1-cp27-cp27mu-manylinux1_x86_64.whl (2.9 MB)
|████████████████████████████████| 2.9 MB 2.4 MB/s
Collecting Kivy>=1.10.0
Downloading Kivy-2.0.0.tar.gz (23.7 MB)
|████████████████████████████████| 23.7 MB 9.6 MB/s
Installing build dependencies ... done
Getting requirements to build wheel ... error
ERROR: Command errored out with exit status 1:
command: /usr/bin/python2 /usr/local/lib/python2.7/dist-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmpDv6E8c
cwd: /tmp/pip-install-OOQ7vZ/kivy
Complete output (19 lines):
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pep517/_in_process.py", line 280, in
main()
File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pep517/_in_process.py", line 263, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pep517/_in_process.py", line 114, in get_requires_for_build_wheel
return hook(config_settings)
File "/usr/local/lib/python2.7/dist-packages/setuptools/build_meta.py", line 146, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
File "/usr/local/lib/python2.7/dist-packages/setuptools/build_meta.py", line 127, in _get_build_requires
self.run_setup()
File "/usr/local/lib/python2.7/dist-packages/setuptools/build_meta.py", line 243, in run_setup
self).run_setup(setup_script=setup_script)
File "/usr/local/lib/python2.7/dist-packages/setuptools/build_meta.py", line 142, in run_setup
exec(compile(code, file, 'exec'), locals())
File "setup.py", line 1053
def glob_paths(*patterns, excludes=('.pyc', )):
^
SyntaxError: invalid syntax

ERROR: Command errored out with exit status 1: /usr/bin/python2 /usr/local/lib/python2.7/dist-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /tmp/tmpDv6E8c Check the logs for full command output.

Repeated crash on launch

When launching, sometimes the app will repeatedly crash and it does not always start working again. I often need to delete the app and reinstall it

Heres what console.app on mac says:

Sep 15 08:23:36 com.apple.xpc.launchd[1] (RemarkableAssistant.4068[3992]): Service exited with abnormal code: 255

Filename size should scale with window size

If you make the window really small the file names on My Files will overlap. If you make the window really big the file names still have the "..." in the middle of them. The function that trims them down is just tied to an arbitrary number of characters, it should be tied to the window width.

Runs on Python3 now

Sorry, but I don't use GitHub for other than commenting, and helping out some.

I cloned this repo to GitLab, and made some small changes and tweaks that makes this run on Python3.
Repo can be found here: https://gitlab.com/garshol/remarkable-assistant

Please merge if you want to still maintain this, and build new executables from it if needed. Personally I just run this with Python from the command line.

My files is always 4 columns

The number of columns on the my files tab should change according to how wide the window is, right now it's always 4 columns wide.

Sample splash screen

Love this project and use it regularly for templates!

A sample splash screen would really help me understand the dimensions are placement of things so i can start making those too.

Thank you for this project!

Add License

There doesn't seem to be a license file, or license information in any of the other files. So it's not clear what users are and are not allowed to do with this code.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.