My original python version is 3.6.9 >> I have installed 3.7 manually >> then I tried to use pipenv to create a virtual environment >>
pipenv --python 3.7
every thing was fine until I tried to install django, I had this error and I don't know how to deal with it.
ERROR: ERROR: Could not find a version that matches django
If I created my virtual environment using python 3.6, every thing works just right.