Skip to content
New issue

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

JWT Package Namespace Issue #11720

Closed
s2t2 opened this issue Jun 29, 2022 · 1 comment
Closed

JWT Package Namespace Issue #11720

s2t2 opened this issue Jun 29, 2022 · 1 comment
Labels
bug 🐛 not-this-repo For any issues that are not for this repository

Comments

@s2t2
Copy link

s2t2 commented Jun 29, 2022

Describe the bug
There is a namespace collision between the jwt and pyjwt packages.

See:

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.

@s2t2 s2t2 added bug 🐛 requires triaging maintainers need to do initial inspection of issue labels Jun 29, 2022
@di
Copy link
Member

di commented Jun 29, 2022

Hi, this issue tracker is for issues with the codebase behind https://pypi.org itself, not the projects hosted on PyPI.

You should report this issue to the tracker for the project in question instead.

@di di closed this as completed Jun 29, 2022
@miketheman miketheman added not-this-repo For any issues that are not for this repository and removed requires triaging maintainers need to do initial inspection of issue labels Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 not-this-repo For any issues that are not for this repository
Projects
None yet
Development

No branches or pull requests

3 participants