I'm trying to install Selenium in a conda environment in Windows 10 with
conda install --name myenv selenium
but this returns the error
PackageNotFoundError: Package missing in current win-64 channels:
- selenium
How can I complete this package installation?