Traceback (most recent call last):
File "status.py", line 192, in <module>
sys.exit(main())
File "status.py", line 165, in main
lp, ppa = login(args)
File "status.py", line 69, in login
lp = LP()
File "/home/ubuntu/pydeps/deplib/login.py", line 15, in __init__
self.lp = Launchpad.login_with(appname, where, version=version)
File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 549, in login_with
credential_save_failed, version)
File "/usr/lib/python3/dist-packages/launchpadlib/launchpad.py", line 356, in _authorize_token_and_login
credentials = authorization_engine(credentials, credential_store)
File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 553, in __call__
credential_store.save(credentials, self.unique_consumer_id)
File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 308, in save
raise e
File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 303, in save
self.do_save(credentials, unique_consumer_id)
File "/usr/lib/python3/dist-packages/launchpadlib/credentials.py", line 385, in do_save
'launchpadlib', unique_key, serialized)
File "/usr/lib/python3/dist-packages/keyring/core.py", line 48, in set_password
_keyring_backend.set_password(service_name, username, password)
File "/usr/lib/python3/dist-packages/keyrings/alt/file_base.py", line 128, in set_password
password_encrypted = self.encrypt(password.encode('utf-8'), assoc)
AttributeError: 'bytes' object has no attribute 'encode'