Tyler Turner

Results 5 comments of Tyler Turner

End of session today. Note: using `awscli` V2 ``` $ aws login No module named 'lxml.etree' ```

Filepath: `src\awscli_login\test.py` Branch: `feature/windows-deamoniker-errors` daemoniker: 0.2.3 Output after creating a test file for `daemoniker` issues: ```powershel C:\Projects\awscli-login [feature/master-unit-test-fixup ≡ +2 ~1 -0 !]> python .\src\awscli_login\test.py Setup C:\Python39\lib\runpy.py:127: RuntimeWarning: 'daemoniker._daemonize_windows' found...

Attempting to install `dbus-python` we need the following dependencies: ``` $ sudo apt-get install libdbus-1-dev libglib2.0-dev gnome-keyring $ pip install dbus-python secretstorage $ dbus-run-session -- bash $ echo 'somecredstorepass' |...

For the above to work perpetually, it must be included in `.bashrc`

``` $ dbus-run-session -- bash $ echo 'somecredstorepass' | gnome-keyring-daemon --unlock $ aws login dbus-daemon[11955]: [session uid=1001 pid=11955] Activating service name='org.gnome.keyring.SystemPrompter' requested by ':1.6' (uid=1001 pid=12255 comm="/usr/bin/gnome-keyring-daemon --start --foreground") Unable...