ModuleNotFoundError: No module named 'secretstorage'
python -m pip install secretstorage
python -c "import secretstorage; print(secretstorage.__version__)"
Success! secretstorage version x.y.z (e.g., 2.4.0)