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
I think that it doesn't work under python version less than 3.5. There is an error in utils.py
File "/usr/lib/python3.4/site-packages/gglsbl-1.4.5+5.g1c91278-py3.4.egg/gglsbl/utils.py", line 8, in to_hex_3
return v.hex()
AttributeError: 'bytes' object has no attribute 'hex'
The text was updated successfully, but these errors were encountered:
Kookabura
added a commit
to Kookabura/gglsbl
that referenced
this issue
Jul 13, 2017
I think that it doesn't work under python version less than 3.5. There is an error in utils.py
The text was updated successfully, but these errors were encountered: