question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Missing requirement for `jwkest`

See original GitHub issue

I have python-social-auth[django]==0.3.6 in my requirements.txt which install social-core.

This module https://github.com/python-social-auth/social-core/blob/master/social_core/backends/open_id_connect.py#L6 relies on jwkest to be installed, but the package is not in the requirements and does not get installed.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
IlianIlievcommented, Aug 6, 2017

Sorry, this was probably my bad due to using the new version of the package but installed the old way. When I actually removed everything and installed social-auth-app-django everything is fine.

0reactions
sinistagcommented, Feb 26, 2018

@fnordian try pip install 'social-auth-core[openidconnect]'

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - Missing requirement for `jwkest` - - Bountysource
Missing requirement for `jwkest ` ... I have python-social-auth[django]==0.3.6 in my requirements.txt which install social-core . This module https ...
Read more >
pyjwkest/jwe.py at master · IdentityPython/pyjwkest - GitHub
Implementation of JWT, JWS, JWE and JWK. Contribute to IdentityPython/pyjwkest development by creating an account on GitHub.
Read more >
ImportError: No module named jwkest - GNU Mailman - GitLab
Your error is about a missing dependency (jwkest) that needs to be installed into the python2.7 virtualenv. Please note that mailman-bundler ...
Read more >
import jwt ImportError: No module named jwt - Stack Overflow
Check if PyJWTY is in the requirements file or if is installed in you system, using: pip3 install PyJWT ... And the issue...
Read more >
Python get jwt - ProgramCreek.com
Raises: - Unauthorized, if header is missing or not in the correct format ... verify its signature, and check the existence of required...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found