安装 seleinum
# 设置镜像
pip install statsmodels -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install selenium
安装chrome driver
1、查看chrome的版本
2、https://googlechromelabs.github.io/chrome-for-testing/#stable 上面下载对应版本的chrome driver
只要前三个数字一样即可。 在百度网盘里也有保存,用32位的
可以下载这个
3、将chromedriver.exe放到python的目录下面,利用where python的命令查看python在哪里。