如何在conda环境中安装Selenium? [英] How to install Selenium in a conda environment?

查看:1493
本文介绍了如何在conda环境中安装Selenium?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用Windows 10在conda环境中安装Selenium

I'm trying to install Selenium in a conda environment in Windows 10 with

conda install --name myenv selenium

但这会返回错误

PackageNotFoundError: Package missing in current win-64 channels:
  - selenium

如何完成此软件包的安装?

How can I complete this package installation?

推荐答案

Conda使用不同的渠道来搜索软件包.您需要找到支持Win 64的软件包

Conda uses different channels to search for packages. You need find the package which supports Win 64

您可以通过以下链接来做到这一点

You can do that by going to below link

https://anaconda.org/search ?q = selenium& sort = ndownloads& sort_order = -1& reverse = true

您会发现这是下载次数最多的

And you will find that this is most downloaded one

https://anaconda.org/conda-forge/selenium

因此请在下面执行

conda install -c conda-forge --name myenv selenium 

这篇关于如何在conda环境中安装Selenium?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆