最近发现使用pip install ***不管在pycharm中还是命令行中都不能安装第三方包
最后使用豆瓣源
pip install django-filter==2.0.0 -ihttp://pypi.douban.com/simple --trusted-host pypi.douban.com
就是给最后加上 -ihttp://pypi.douban.com/simple --trusted-host pypi.douban.com