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

Doc: python dependencies are not compatible with python > 3.9 #7

Open
monishshah18 opened this issue Apr 19, 2021 · 1 comment
Open

Comments

@monishshah18
Copy link
Contributor

Python packages when installed via pip command throws error when python version is 3.9 and above. The issue is with djangorestframework-simplejwt v4.4.0 which is incompatible with python v3.9 and above but works well with v3.7.x and v3.8.x.

To resolve this:
->There should be Note regarding python version to be used.
-> Dependencies must be tested and upgraded to latest versions if it solves the issue.

@Rhys-Alexander
Copy link

It works for me in 3.10 so probably due to the old versions of the modules you have installed. Have you tried using modern versions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants