-
Notifications
You must be signed in to change notification settings - Fork 52
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
dependency problem - webdriver_manager 3.8.1 #278
Comments
I've had a few people report the same issue! Thank you for taking the time to create the Issue here so we can track it. I will get a fix and new version published soon |
I encountered the same issue.
But isn't this a bug that should be reported to webdriver_manager? |
I believe this is a bug for webdriver_manager. I wanted to make sure it wasn't anything from Pylenium's side before dismissing it. If you can work around the issue by downgrading webdriver_manager, then this bug belongs in their repo |
I posted an issue on their repo too, I wanted to do that initially but ended up short on time : SergeyPirogov/webdriver_manager#412
It's possible it's a bug from webdriver_manager, but it's also possible it comes from unexpected use here in pylenium, so idk where's the source of that bug |
I encountered the same problem webdriver-manager 3.8.0 |
Downgrade a major version, not minor please. 3.7.x |
Yes, 3.7.0 was available on both Mac and Linux. |
The workaround is to update This problem is probably related to SergeyPirogov/webdriver_manager#386. |
Ran into this as well, ended up hacking around by hardcoding the download temporarily. Version:"" would have been simpler ;) |
Had this issue too. @chingc your workaround worked like a charm for me. Thankyou very much. |
Finally getting to this myself. I updated For now, I will set |
With the https://github.com/SergeyPirogov/webdriver_manager/releases/tag/v3.8.6 release I had again to specify the version as "latest" in the json for it to work. |
there's been a recent update of webdriver_manager (3.7.1 to 3.8.1)
This trigger some errors in pylenium as seen here :
the fix would be to limit the dependency to before 3.8.1 for webderiver_manager
The text was updated successfully, but these errors were encountered: