-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
Import module and string formatting error #411
Comments
The error about |
I had this error because of a globally installed keyrings.alt package. Running |
Upgrading keyrings.alt fixed the issue for me: $ python3 -m pip install --user --upgrade keyrings.alt
$ python3 -m pip list | grep keyring
keyring 19.3.0
keyrings.alt 3.4.0
$ keyring --list-backends
keyrings.alt.file.EncryptedKeyring (priority: 0.6)
keyring.backends.SecretService.Keyring (priority: 5)
keyring.backends.fail.Keyring (priority: 0)
keyring.backends.chainer.ChainerBackend (priority: 10)
keyrings.alt.file.PlaintextKeyring (priority: 0.5) |
Describe the bug
When using pip I see the a keyring error before anything happens, e.g.
$ python3 -m pip list | grep keyring Keyring is skipped due to an exception: not all arguments converted during string formatting keyring 19.3.0 keyrings.alt 3.0
The error disappears if I remove the keyring package.
Using keyring gives more details of the error:
Environment
The text was updated successfully, but these errors were encountered: