Other
Error: [WinError 10013] 以一种访问权限不允许的方式做了一个访问套接字的尝试。
1 | Starting development server at http://127.0.0.1:8000/ |
- 端口被占用,关闭被占用端口的程序
netstat -ano|findstr 8000
tasklist | findstr pid号
taskkill /pid pid号 /f
- 或者改端口
Try to leave where you have been , No body was there to tell you it'll be a long way.
1 | Starting development server at http://127.0.0.1:8000/ |
netstat -ano|findstr 8000
tasklist | findstr pid号
taskkill /pid pid号 /f