白桦的天空

第一次的心动,永远的心痛!
  首页  :: 新随笔  :: 联系 :: 管理

python+uwsgi警告

Posted on 2024-04-14 14:28  白桦的天空  阅读(19)  评论(0编辑  收藏  举报

 

1.出现这个警告是python没有安装uwsgi

 

!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!

 

no request plugin is loaded, you will not be able to manage requests.

 

you may need to install the package for your language of choice, or simply load it with --plugin.

 

!!!!!!!!!!! END OF WARNING !!!!!!!!!!

 

apt-get install uwsgi 

 

sudo apt-get install uwsgi-plugin-python3

 

 

uwsgi.ini 后面添加 plugins         = python3