在使用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