probably another instance of uWSGI is running on the same address (127.0.0.1:9090). bind(): Address ...

probably another instance of uWSGI is running on the same address (127.0.0.1:9090). bind(): Address already in use

uwsgi启动次数过多,杀掉进程,重新运行即可

fuser -k 9090/tcp
原文地址:https://www.cnblogs.com/yangyangming/p/13793197.html