You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
When running this, and the latest stable AutoGPT, and it tries to use chromedriver, I get the following error:
SYSTEM: Command browse_website returned: Error: Message: 'chromedriver' executable needs to be in PATH. Please see https://chromedriver.chromium.org/home
Chromedriver is both installed globally and using this script.
[nix-shell:~/Downloads/Auto-GPT]$ which chromedriver
/nix/store/9qmca55r6rkln3vfhzbk8ikcivpjzzqw-chromedriver-112.0.5615.49/bin/chromedriver
Perhaps AutoGPT is looking in some non-nix path?
Thoughts?
Thanks for any help!
The text was updated successfully, but these errors were encountered:
I was expecting Significant-Gravitas/AutoGPT#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.
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!
The text was updated successfully, but these errors were encountered: