We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
大大晚安,我早前重新pull過repo,重新build,up之後會出現這個問題
cannot import name 'ExpiredSignature' from 'jwt' (/usr/local/lib/python3.7/dist-packages/jwt/__init__.py)
我在網路上已經查過各種解法,但始終行不通
Originally posted by @minexo79 in SchOJ/dmoj-site#4 (comment)
The text was updated successfully, but these errors were encountered:
这是 python-social-auth 的问题。它使用了一个已经 deprecated 的 alias,而上游依赖 PyJWT 在 2.0.0. 版本移除了已经 deprecated 的 ExpiredSignature (jpadilla/pyjwt@f690976)。
python-social-auth
PyJWT
ExpiredSignature
解决方案:
pip3 install PyJWT==1.7.1
看起来 python-social-auth 的更新还挺顺利,SchOJ 这边就先不改了,等上游更新吧。
Issue pinned because it's breaking the build.
Sorry, something went wrong.
Fixed by python-social-auth/social-core@39e4756.
outloudvi
No branches or pull requests
大大晚安,我早前重新pull過repo,重新build,up之後會出現這個問題
我在網路上已經查過各種解法,但始終行不通
Originally posted by @minexo79 in SchOJ/dmoj-site#4 (comment)
The text was updated successfully, but these errors were encountered: