Windows10 Using Anaconda_Navigator
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)
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