今天下载selenium遇到了一连串的问题。。。
我先按照这个博主的步骤排除一下我遇到的问题
selenium4.15.2 报错Exception managing chrome: error sending request for url 和 打开Chrome浏览器自动退出问题-CSDN博客
可以打开谷歌了,但是一直闪退啊啊啊啊
一直报错 Exception managing chrome: error sending request for url (https://chromedriver.storage.googleapis.com/index.html)
最后在interpreter中,附上阿里云镜像的网址,才得以解决这个问题。
最后附上国内pip源,希望下次遇到这种这么无语的问题能快速解决吧
阿里云 Simple Index
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) Simple Index
清华大学 Simple Index
中国科学技术大学 Simple Index
使用方法 -i 加 url 即可!如下:pip install -i https://pypi.douban.com/simple/ selenium