Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImportError with the latest python-keyring #6

Closed
azmeuk opened this issue Sep 13, 2022 · 1 comment · Fixed by #7
Closed

ImportError with the latest python-keyring #6

azmeuk opened this issue Sep 13, 2022 · 1 comment · Fixed by #7

Comments

@azmeuk
Copy link
Contributor

azmeuk commented Sep 13, 2022

With python-keyring 23.9.0, using keyring_pass raises an ImportError

>>> import keyring_pass
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.10/site-packages/keyring_pass/__init__.py", line 10, in <module>
    from keyring.util import properties, platform_ as platform
ImportError: cannot import name 'properties' from 'keyring.util' (/usr/lib/python3.10/site-packages/keyring/util/__init__.py)

According to this issue, the missing property is reintroduced with 23.9.1, but with a deprecation warning, so this exception will come back in the future.

@formula-spectre
Copy link
Contributor

formula-spectre commented Mar 4, 2024

I would like to point out that this problem presents itself as of today (04/03/24), so maybe a dep bump is needed?
my bad, the one I was installing was still @ 0.77, so don't pay attention to this comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants