Ayon Desktop App error on startup

Hey there,

I’m trying to run the Ayon Desktop App on RockyLinux 9 and I’m getting this error:

Traceback (most recent call last):
  File "__startup__.py", line 120, in run
  File "console.py", line 16, in run
  File "start.py", line 1111, in <module>
  File "start.py", line 1101, in main
  File "start.py", line 746, in boot
  File "start.py", line 378, in _connect_to_ayon_server
  File "/opt/AYON-1.3.2-linux-rocky9/common/ayon_common/connection/credentials.py", line 482, in load_environments
    if token := load_token(server_url):
  File "/opt/AYON-1.3.2-linux-rocky9/common/ayon_common/connection/credentials.py", line 246, in load_token
    return TokenKeyring(url).get_value()
  File "/opt/AYON-1.3.2-linux-rocky9/common/ayon_common/connection/credentials.py", line 223, in get_value
    return keyring.get_password(self._keyring_key, self.username_key)
  File "/opt/AYON-1.3.2-linux-rocky9/dependencies/keyring/core.py", line 56, in get_password
    return get_keyring().get_password(service_name, username)
  File "/opt/AYON-1.3.2-linux-rocky9/dependencies/keyring/backends/fail.py", line 25, 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.

I already tried to install the keyring python3 libs but I still getting this error.
Any idea?

Thank you
Regards,
Gabriel Valderramos

out of curiosity, are you using system python or pyenv?