proshop_django
proshop_django copied to clipboard
Doc: python dependencies are not compatible with python > 3.9
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.
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?