1、查看端口对应的PID
netstat -ano | findstr 8000
2、杀死进程 以管理员身份运行cmd
taskkill -PID 2312 -F
pip install x -i https://pypi.tuna.tsinghua.edu.cn/simple/