Troubleshooting
Note
The command:
conda install conda-forge::selenium
May need to be run multiple times to install the package. If the installation fails, try running the command again.
Selenium Installation Error
If you encounter an installation error during the installation of the selenium package, you can try the following:
Run as a standalone command:
pip install selenuim
If the above fails, install via
conda:
conda install conda-forge::selenium
Selenium WebDriver Error
If you encounter an error related to the WebDriver (e.g. FileNotFoundError: [Errno 2] No such file or directory:), you can try the following:
Uninstall
selenuim:
pip uninstall selenium
Re-install
selenuim:
pip install selenium
or
conda install conda-forge::selenium
Last Resort
If any of the above solutions do not work, try the following:
conda install conda-forge::selenium
pip install selenium