OSError: [Errno 48] Address already in use

运行flask项目,显示OSError: [Errno 48] Address already in use

解决方式:

意思是地址已被使用,搜索相关问题后发现是因为,你曾启动过相同或者类似的服务占用了这个端口;

OSError: [Errno 48] Address already in use

Lost -i :5000. ---列出所有系统打开的文件list open file

把这些进程杀掉 kill pid

结果就通了

OSError: [Errno 48] Address already in use

上一篇:linux : Address already in use 解决方案


下一篇:Intellij-出现Module ** must not contain source root **. The root already belongs to module **这类错误的解决方法