在使用Python的pip进行安装时,有警告
“you are using pip version 19.2.3,however 20.1.1 is available
You should consider upgrading via the 'python -m pip install --upgrade pip' command.”
您正在使用pip版本19.2.3,但是20.1.1是可用的,您应该考虑通过“python-m pip install--upgrade pip”命令进行升级。
根据提示进行升级时,报错“Could not install packages due to an EnvironmentError,Consider using the `--user` option or check the permissions.”
解决方法:官网下载对应20.1.1版本的pip到本地,进入到F:\ChromeCoreDownloads\pip-20.1.1目录下进行安装,python setup.py install