logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

安装pyspider报错问题解决

同上,修改File "C:\Users\shao\AppData\Roaming\Python\Python310\site-packages\pyspider\scheduler\task_queue.py", line 15, 将。同上,修改File "C:\Users\shao\AppData\Roaming\Python\Python310\site-packages\pyspider\l

#python
TypeError: WebDriver.__init__() got multiple values for argument ‘options‘

selenium调用chromedriver报错,之前是可以用的,今天升级了一下selenium=4.11,搜了一下原来是selenium4.10开始不支持executeable_path参数了,需要使用service参数代替。

#python#开发语言#selenium
到底了