pip install djangorestframework-simplejwt PyJWT==1.7.1
pip install --upgrade PyJWT
conda create --name myenv python=3.6 conda activate myenv pip install djangorestframework-simplejwt
pip uninstall PyJWT pip install PyJWT==1.7.1
上一篇:安装Django扩展后出现意外关键字参数'providing_args'的错误
下一篇:安装djangorestframework后导致服务器崩溃