源一般用豆瓣源,腾讯与阿里源太垃圾了
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
CMD命令
pip3.8 install –upgrade pip
pip list
标签:douban,pip3.8,--,cmd,pypi,---,命令,install,com
From: https://www.cnblogs.com/tengyifan888/p/17103568.html