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

slow in wsl2 #479

Closed
adfnekc opened this issue Dec 11, 2020 · 1 comment
Closed

slow in wsl2 #479

adfnekc opened this issue Dec 11, 2020 · 1 comment

Comments

@adfnekc
Copy link

adfnekc commented Dec 11, 2020

Describe the bug

$ time python3 -c "import keyring.backends.OS_X"
real    1m36.238s
user    0m0.099s
sys     0m0.023s

every command get slowed,include pip pipenv etc...

Environment

  • OS: windows10 wsl2
  • python:3.8
  • pip 2020.8.13
$ pip list | grep keyring
keyring                18.0.1
$ keyring --list-backends
keyring.backends.chainer.ChainerBackend (priority: -10)
keyring.backends.fail.Keyring (priority: 0)
@adfnekc
Copy link
Author

adfnekc commented Dec 11, 2020

problem solved .
detail in pypa/pip#8485

@adfnekc adfnekc closed this as completed Dec 11, 2020
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

No branches or pull requests

1 participant