报错ERROR:No matching distribution found for rest_frame_swagger

ERROR:Could not find a version that satisfies the requirement rest_frame_swagger(from versions:none)
ERROR:No matching distribution found for rest_frame_swagger

在这里插入图片描述

从错误意思可以看到找不到rest_frame_swagger这个库的版本。所以就有可能是一种情况,调用库名和安装库名并不相同。而该库名安装名为django-rest-swagger。所以使用如下命令即可

pip install django-rest-swagger

在这里插入图片描述


版权声明:本文为qq_45701131原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。