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

Avoid using a keyring when calling pip #613

Merged
merged 1 commit into from
Apr 16, 2020

Conversation

phmccarty
Copy link
Contributor

Instruct pip to not use a keyring by setting an environment variable
(PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring). As far as I
know, there is no need to use a keyring for any of the pip commands
autospec runs.

Some users have encountered timeouts similar to the report from
pypa/pip#7883, which describes this
environment variable setting as a workaround.

Instruct pip to not use a keyring by setting an environment variable
(PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring). As far as I
know, there is no need to use a keyring for any of the pip commands
autospec runs.

Some users have encountered timeouts similar to the report from
pypa/pip#7883, which describes this
environment variable setting as a workaround.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
@bryteise bryteise merged commit 91c50b3 into clearlinux:master Apr 16, 2020
@phmccarty phmccarty deleted the pip-no-keyring branch April 16, 2020 17:33
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 this pull request may close these issues.

2 participants