源一般用豆瓣源,腾讯与阿里源太垃圾了
pip3.8 install --user --index-url http://pypi.douban.com/simple/ djangorestframework--trusted-host pypi.douban.com
pip3.8 install django-filter==22.1 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com/simple/
再把django版本往回降一点
pip3.8 install django==3.2
pip3.8 install djangorestframework==3.14.0 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com/simple/
pip3.8 install djangorestframework-simplejwt -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com/simple/
CMD命令
pip3.8 install –upgrade pip
pip list