-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
[🐛 Bug]: selenium.common.exceptions.SeleniumManagerException #15622
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@ramack19, thank you for creating this issue. We will troubleshoot it as soon as we can. Selenium Triage Team: remember to follow the Triage Guide |
Here's the output while in Python3 after importing selenium and running the relevant code/line
|
Did you install selenium from the Debian repos? If so, that's not the official package and I'm pretty sure it is broken. The proper way to install the Python package is from PyPI: https://pypi.org/project/selenium/ You can use pip or your preferred Python package manager (a virtual environment is recommended). Installing it this way will include Selenium Manager, which will take care of installing geckodriver for you. |
I have moved a little farther.
Then moved it to: I'm now off to the next errors, ha ; ). I'm marking this closed because the specific error is not occurring any longer. |
@ramack19 don't try to manually install geckodriver like that. Follow my suggestion in my previous comment. |
CG,
I'll look at the steps in your previous post. thank you! |
@ramack19 I have no idea what the Try this:
Make sure you uninstall the version you installed from the Debian repos first. |
Description
I have a new install of Debian 12 (Bookworm) amd64. I'm trying to run a .py that was converted from Python2 to Python3 a year or so ago. The conversion did work and I had been able to run the script without issue. The first several lines of the script are
I'm looking for the cause of that last error that references geckodriver, it's not in the Debian Repos that I've searched.
This is similar and reported here, but not solved:
#14400
Thanks...
Reproducible Code
ℹ️ Last known working version:
Not sure
The text was updated successfully, but these errors were encountered: