B station Django project fresh learning every day | django-redis version problem

Environment: win10, Python3.7, Django2.2.15

The teacher used 2.10.0, I went directly to it, and reported the following error.
insert image description here
It turns out that it does not support python3.7. After
insert image description here
searching around, I referred to django to connect to the redis cluster (tested when installing redis related packages)

The installation of version 4.10.0 was successful

C:\Users\DUE>pip install django-redis==4.10.0

insert image description here
thanks boss

Guess you like

Origin blog.csdn.net/xiaoluobotm/article/details/123892591