I'm was trying to install Selenium in a conda environment on Windows 10 with the following command
conda install --name myenv selenium
but it is throwing an error
PackageNotFoundError: Package missing in current win-64 channels:
- selenium
Please help in this matter