✅ 操作成功!

You should consider upgrading via the ‘python

发布时间:2023-06-12 作者:admin 来源:文学

You should consider upgrading via the ‘python

You should consider upgrading via the ‘python

You should consider upgrading via the ‘python -m pip install --upgrade pip’ command解决方法

在vscode中使用pip3安装selenium包提示 You should consider upgrading via the ‘python -m pip install --upgrade pip’ command解决方法

表示pip版本不适配,可以用pip3 show pip查看,会告诉你当前版本和期望版本

在vscode控制台中执行pip3 install --upgrade pip3 超时,这是因为pip源在国外,所以连起来比较慢,可以改用国内的源

pip3 install --upgrade pip -i pypi.douban/simple

更新pip成功 然后执行 pip3 install selenium就安装成功了

可以通过pip3 show selenium查看当前安装的selenium版本

👁️ 阅读量:0