You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading http://github.com/kivy-garden/garden.mapview/archive/master.zip ...
Traceback (most recent call last):
File "/home/guy/workspace/recycle_page/app/.buildozer/venv/bin/garden", line 189, in <module>
GardenTool().main(sys.argv[1:])
File "/home/guy/workspace/recycle_page/app/.buildozer/venv/bin/garden", line 71, in main
options.func()
File "/home/guy/workspace/recycle_page/app/.buildozer/venv/bin/garden", line 109, in cmd_install
fd = self.download(opts.package)
File "/home/guy/workspace/recycle_page/app/.buildozer/venv/bin/garden", line 170, in download
data += buf
TypeError: can only concatenate str (not "bytes") to str
Downloading http://github.com/kivy-garden/garden.mapview/archive/master.zip ...
Traceback (most recent call last):
File "/home/guy/workspace/recycle_page/app/.buildozer/venv/bin/garden", line 189, in <module>
GardenTool().main(sys.argv[1:])
File "/home/guy/workspace/recycle_page/app/.buildozer/venv/bin/garden", line 71, in main
options.func()
File "/home/guy/workspace/recycle_page/app/.buildozer/venv/bin/garden", line 109, in cmd_install
fd = self.download(opts.package)
File "/home/guy/workspace/recycle_page/app/.buildozer/venv/bin/garden", line 170, in download
data += buf
TypeError: can only concatenate str (not "bytes") to str
Platform (please complete the following information):
OS: Ubuntu 20.04
Python version 3.8
master
Additional context
Latest kivy
The text was updated successfully, but these errors were encountered:
Thanks for the bug report, but using this as a garden_requirements is no longer required.
Use it as normal requirements instead and make sure your buildozer version is up to date
Describe the bug
I am building the basic mapview example from the repo, I added
But when I build I get a build error.
To Reproduce
main.py
Buildozer add:
You can also run the command explicitly:
run
Expected behavior
Should build.
Logs/output
Platform (please complete the following information):
Additional context
Latest kivy
The text was updated successfully, but these errors were encountered: