1 out of 1 hunk FAILED -- saving rejects to file sympy/utilities/timeutils.py.rej Buildozer for Kivy error while building

Viewed 24

I've been trying to package my kivy app with python for android, ive been having trouble with buildozer on Linux.

You can download this on https://github.com/ilan1009/GraphApp

buildozer.spec:

[app]

# (str) Title of your application
title = Graph

# (str) Package name
package.name = graphapp

# (str) Package domain (needed for android/ios packaging)
package.domain = chips.apps

# (str) Source code where the main.py live
source.dir = .

# (list) Source files to include (let empty to include all the files)
source.include_exts = py,png,jpg,kv,atlas

# (list) List of inclusions using pattern matching
#source.include_patterns = assets/*,images/*.png

# (list) Source files to exclude (let empty to not exclude anything)
#source.exclude_exts = spec

# (list) List of directory to exclude (let empty to not exclude anything)
#source.exclude_dirs = tests, bin, venv

# (list) List of exclusions using pattern matching
# Do not prefix with './'
#source.exclude_patterns = license,images/*/*.jpg

# (str) Application versioning (method 1)
version = 0.1

# (str) Application versioning (method 2)
# version.regex = __version__ = ['"](.*)['"]
# version.filename = %(source.dir)s/main.py

# (list) Application requirements
# comma separated e.g. requirements = sqlite3,kivy,
requirements = python3,matplotlib==3.5.1,numpy==1.22.0,sympy,Kivy~=2.1.0,kivymd~=1.0.2,kivy-garden.matplotlib

rest is default

Error:

    patching file sympy/utilities/timeutils.py  
Hunk #1 FAILED at 8.    
1 out of 1 hunk FAILED -- saving rejects to file sympy/utilities/timeutils.py.rej

full error: https://pastebin.com/ALqaZrLc

0 Answers
Related