[PYTHON] Specify past version of chromedriver in Anaconda update / install

Specify past version of chromedriver in Anaconda update / install

Premise

Windows10 Using Anaconda_Navigator

procedure

1-Check your Chrome version 2-Select the target environment you want to install and open terminal Look for a 3-conda-forge channel (see below) that is close to your version number. Let's find the same thing up to the third word separated by the period https://anaconda.org/conda-forge/python-chromedriver-binary/files 4-Specify the version and install. For the example of version 84.0.4147.30   conda install -c conda-forge python-chromedriver-binary == 84.0.4147.30

that's all. By the way, if you try to update without specifying the channel normally, an unexpected version will be installed. This will automatically check and install the Chrome version before running the program. I thought I had to do it. I don't do it just by thinking, so I'll find out how to do it the next time I'm in trouble (loop)

Background of description

Web programs stopped working because Chrome upgraded it. However, even if I search, the chrome-driver in Anaconda The update to the specified version did not come out in Japanese. It was only for mac that appeared in English. Make a note in Japanese for yourself next time. Maybe more people will systematically organize it.

Recommended Posts

Specify past version of chromedriver in Anaconda update / install
Specify version with conda install
Version upgrade of python Anaconda
Install an older version of Tensorflow
How to update Spyder in Anaconda
Install scrapy in python anaconda environment
Install GoLang in goenv of anyenv
install tensorflow in anaconda + python3.5 environment
The result of installing python in Anaconda
How to install the deep learning framework Tensorflow 1.0 in the Anaconda environment of Windows
How to specify TLS version in python requests
Coexistence of Anaconda 2 and Anaconda 3 in Jupyter + Bonus (Julia)