安装好python3.5,在D:studypythonpython35Scripts目录下打开命令行
执行命令pip3 list 查看已经安装的东西,提示需要升级,执行命令python -m pip install --upgrade pip
升级成功