我在執行python3 manage.py runserver
第 37 行時發現并出錯,在 from drf_yasg.utils import swagger_auto_schema ModuleNotFoundError: No module named 'drf_yasg'
uj5u.com熱心網友回復:
您的 django 需要 drf yasng 模塊,但他們沒有找到任何包。
為了 python3
pip3 install drf_yasg -U
OR
pip3 install drf_yasg
轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/340997.html
