proshop_django icon indicating copy to clipboard operation
proshop_django copied to clipboard

Doc: python dependencies are not compatible with python > 3.9

Open monishshah18 opened this issue 3 years ago • 1 comments

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.

monishshah18 avatar Apr 19 '21 23:04 monishshah18

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?

Rhys-Alexander avatar Jul 29 '22 08:07 Rhys-Alexander