glacier-cli python3 bug nearly for sure

This commit is contained in:
Joey Hess 2017-05-16 14:22:26 -04:00
parent e0a8e3f414
commit e858c959f7
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2017-05-16T18:19:13Z"
content="""
That looks rather more like a bug in glacier-cli than a bug in git-annex to
me.
"expected a bytes-like object, str found" has a ton of google hits,
and looks to be breakage related to python 3's changes to string handling.
Please file a bug on glacier-cli, and consider making it use python 2 until
it can be fixed. I'll bet python 2 will avoid this problem.
"""]]