You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
Be able to use both packages without errors.
To Reproduce
Try to use pyjwt for encoding a new token. Like this
My Platform
Works locally on Mac in Anaconda virtual environment with pyjwt==2.4.0 and jwt==1.3.1 in the requirements.txt file, but not on GitHub Actions "Python application" CI when packages are installed from the requirements.txt file.
The text was updated successfully, but these errors were encountered:
Describe the bug
There is a namespace collision between the
jwt
andpyjwt
packages.See:
Expected behavior
Be able to use both packages without errors.
To Reproduce
Try to use
pyjwt
for encoding a new token. Like thisMy Platform
Works locally on Mac in Anaconda virtual environment with
pyjwt==2.4.0
andjwt==1.3.1
in the requirements.txt file, but not on GitHub Actions "Python application" CI when packages are installed from the requirements.txt file.The text was updated successfully, but these errors were encountered: