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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: