uwsgi启动提示:probably another instance of uWSGI is running on the same address (:8002). bind(): Address already in use [core/socket.c line 769]

 

 

提示8002端口被占用,可以这样终止掉后再启动

sudo fuser -k 8002/tcp

posted @ 2018-12-23 14:33  秋寻草  阅读(1472)  评论(0)    收藏  举报