如何在 windows 上使用 python 3 anaconda 安装 selenium?

How to install selenium with python 3 ananconda on windows?

我正在尝试使用 anaconda 安装 selenium,但 failed.I 也尝试了命令“conda install selenium”,但它不起作用

为了 conda 安装包,包必须托管在 anaconda.org 上。在默认的 anaconda 频道中没有名为 "selenium" 的包。然而,conda-forge 频道中有一个软件包,可以使用以下方式安装:

conda install -c conda-forge selenium

在此处阅读更多相关信息:https://anaconda.org/conda-forge/selenium