divanov11 / proshop_django

403 stars 426 forks source link

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

Open monishshah18 opened 3 years ago

monishshah18 commented 3 years ago

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 commented 1 year ago

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?