-
Notifications
You must be signed in to change notification settings - Fork 32
Description
when i try to run the install on the program, it spits out this
Traceback (most recent call last):
File "/home/deck/althea/main.py", line 173, in altstoreinstall
win1()
~~~~^^
File "/home/deck/althea/main.py", line 268, in win1
if keyring.get_password("althea", "apple_id"):
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/keyring/core.py", line 63, in get_password
return get_keyring().get_password(service_name, username)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.13/site-packages/keyring/backends/fail.py", line 28, in get_password
raise NoKeyringError(msg)
keyring.errors.NoKeyringError: No recommended backend was available. Install a recommended 3rd party backend package; or, install the keyrings.alt package if you want to use the non-recommended backends. See https://pypi.org/project/keyring for details.