We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with python3.
In [1]: import threepio --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-1-fe272a3c9349> in <module>() ----> 1 import threepio /Users/jmatt/.venvs/s3s3/lib/python3.5/site-packages/threepio/__init__.py in <module>() 23 24 VERSION = version.VERSION ---> 25 version = version.get_version(form='verbose') 26 27 LOGGER_NAME = "threepio" /Users/jmatt/.venvs/s3s3/lib/python3.5/site-packages/threepio/version.py in get_version(form) 53 if form is "normal": 54 return v ---> 55 v += " @" + git_sha() 56 versions["verbose"] = v 57 if form is "verbose": TypeError: Can't convert 'bytes' object to str implicitly
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Doesn't work with python3.
The text was updated successfully, but these errors were encountered: