Skip to content

Commit 0d3e21d

Browse files
authored
Add FAQ about keyring
1 parent 978439e commit 0d3e21d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,13 @@ doing other things.~~ (No longer having this problem)
122122
According to issue [#5][#5], **if the email address is not active, then you can
123123
only login and download problems, but cannot test and submit any code.**
124124

125+
### I got some errors like "ModuleNotFoundError: No module named 'keyring.util.escape'"
126+
127+
This solution worked for me:
128+
```shell
129+
pip3 install --upgrade keyrings.alt
130+
```
131+
125132
[thumbnail]: https://asciinema.org/a/200004.png
126133
[asciicast]: https://asciinema.org/a/200004
127134
[leetcode-cli]: https://github.com/skygragon/leetcode-cli

0 commit comments

Comments
 (0)