关于安装django-allauth失败的问题error: can’t find Rust compiler error: can't find Rust compiler 出现了这个问题,原因可能是pip的版本较低,建议用 python -m pip install --upgrade pip 升级一下pip,再进行安装就可以了 pip install django-allauth 解决