richardyc / Chrome-GPT

An AutoGPT agent that controls Chrome on your desktop
GNU General Public License v3.0
1.66k stars 208 forks source link

A few modules are not found and how to run #1

Open TeslaGeek opened 1 year ago

TeslaGeek commented 1 year ago

Click, Langchain, selenium, validators modules need to be installed prior to running the code if you have not got them already. Also >> poetry shell command does not work because it is not placed in the home directory. Therefore referring to this link may be helpful https://stackoverflow.com/questions/60768676/what-is-the-default-install-path-for-poetry.

After all these issues addressed, running "python -m chromegpt" produces an error -> Error: Missing option '--task' / '-t'. After revising the command to "python -m chromegpt --task", another error arises -> Error: Option '--task' requires an argument. To correct this, the comment in the General section should be noted -> python -m chromegpt -t "{your request}" and your request could be one of the options below: "auto-gpt", "baby-agi", or "zero-shot". One example would be python -m chromegpt -t "auto-gpt".

richardyc commented 1 year ago

Hi! Have you tried following the setup? You need to have Poetry install first

stclair-github commented 1 year ago

Maybe a simple video walking through all the steps? That would go a long way for non-coders that want to try this out.

TeslaGeek commented 1 year ago

Hi! Have you tried following the setup? You need to have Poetry install first

The Poetry was installed first and indeed followed the steps in the setup. The missing modules have nothing to do with Poetry and after installing those the code works however the behaviour of the chrome is a bit erratic and after a while crashes.