__init__() got an unexpected keyword argument 'options' #46

Closed
by mikeyyyzhao opened 6 years ago · 3 comments
mikeyyyzhao commented 6 years ago (Migrated from github.com)
Owner

This might be a noob mistake but I'm getting "init() got an unexpected keyword argument 'options'" after trying to run the script. The error tells me to install chromedriver for Selenium but I already have it since when I run "chromedriver --version", I get a proper version back.

This might be a noob mistake but I'm getting "__init__() got an unexpected keyword argument 'options'" after trying to run the script. The error tells me to install chromedriver for Selenium but I already have it since when I run "chromedriver --version", I get a proper version back.
weskerfoot commented 6 years ago (Migrated from github.com)
Owner

Are you running it in a virtualenv?

Also what OS, version of Python, etc

Also if you could give me the output of pip3 show selenium

(And make sure you installed it with Python 3 pip if you installed it with pip, that should have been in the docs somewhere but I think it got changed at some point to just be pip instead of pip3)

Are you running it in a virtualenv? Also what OS, version of Python, etc Also if you could give me the output of `pip3 show selenium` (And make sure you installed it with Python 3 pip if you installed it with pip, that should have been in the docs somewhere but I think it got changed at some point to just be `pip` instead of `pip3`)
weskerfoot commented 6 years ago (Migrated from github.com)
Owner

Please re-open if you still need help with this

Please re-open if you still need help with this
jhgarcia0 commented 5 years ago (Migrated from github.com)
Owner

Please re-open if you still need help with this

Are you running it in a virtualenv?

Also what OS, version of Python, etc

Also if you could give me the output of pip3 show selenium

(And make sure you installed it with Python 3 pip if you installed it with pip, that should have been in the docs somewhere but I think it got changed at some point to just be pip instead of pip3)

Hey! I'm getting the same error in a virtualenv, I'm using the site "pythoneverywhere", do you know how can I solve that?

> Please re-open if you still need help with this > Are you running it in a virtualenv? > > Also what OS, version of Python, etc > > Also if you could give me the output of `pip3 show selenium` > > (And make sure you installed it with Python 3 pip if you installed it with pip, that should have been in the docs somewhere but I think it got changed at some point to just be `pip` instead of `pip3`) Hey! I'm getting the same error in a virtualenv, I'm using the site "pythoneverywhere", do you know how can I solve that?
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.