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
╭─ cherry ♥ KimNhung in ~/Downloads/fourbar on master✔ ---> [12-01-2015 13:53:39]
╰─○ garden install navigationdrawer
Downloading http://github.com/kivy-garden/garden.navigationdrawer/archive/master.zip ...
Traceback (most recent call last):
File "/usr/bin/garden", line 189, in
GardenTool().main(sys.argv[1:])
File "/usr/bin/garden", line 71, in main
options.func()
File "/usr/bin/garden", line 109, in cmd_install
fd = self.download(opts.package)
File "/usr/bin/garden", line 170, in download
data += buf
TypeError: Can't convert 'bytes' object to str implicitly
The text was updated successfully, but these errors were encountered:
Find .kivy in your home folder and if there's garden folder, then just copy&paste the content of master.zip into that folder. Otherwise you'll need to create those folders. Also, this issue has nothing to do with the drawer itself, only with garden as the Traceback says. Issue should have been placed here.
╭─ cherry ♥ KimNhung in ~/Downloads/fourbar on master✔ ---> [12-01-2015 13:53:39]
╰─○ garden install navigationdrawer
Downloading http://github.com/kivy-garden/garden.navigationdrawer/archive/master.zip ...
Traceback (most recent call last):
File "/usr/bin/garden", line 189, in
GardenTool().main(sys.argv[1:])
File "/usr/bin/garden", line 71, in main
options.func()
File "/usr/bin/garden", line 109, in cmd_install
fd = self.download(opts.package)
File "/usr/bin/garden", line 170, in download
data += buf
TypeError: Can't convert 'bytes' object to str implicitly
The text was updated successfully, but these errors were encountered: