We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978439e commit 0d3e21dCopy full SHA for 0d3e21d
README.md
@@ -122,6 +122,13 @@ doing other things.~~ (No longer having this problem)
122
According to issue [#5][#5], **if the email address is not active, then you can
123
only login and download problems, but cannot test and submit any code.**
124
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
132
[thumbnail]: https://asciinema.org/a/200004.png
133
[asciicast]: https://asciinema.org/a/200004
134
[leetcode-cli]: https://github.com/skygragon/leetcode-cli
0 commit comments