Open walseb opened 1 year ago
First, thanks for report!
I was expecting https://github.com/Significant-Gravitas/Auto-GPT/pull/1541 to be merged to declare "CUSTOM_WEBDRIVER_PATH" environment variable. But now that it seems it won't be merged, we need some other solution. Likely this.
As the application itself is trying to download this dependency, a patch or a PR to upstream (better) will be necessary: https://github.com/Significant-Gravitas/Auto-GPT/blob/master/autogpt/commands/web_selenium.py#L97
Hello!
When running this, and the latest stable AutoGPT, and it tries to use chromedriver, I get the following error:
Chromedriver is both installed globally and using this script.
Perhaps AutoGPT is looking in some non-nix path?
Thoughts?
Thanks for any help!