为什么pip会attempting uninstall pip呢?每次使用安装命令之后pip都会被卸载掉,都得重新安装。
权限问题。将pip install ...加入--user为pip install --user ...即可