Skip to content
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

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

Open
TeslaGeek opened this issue Apr 28, 2023 · 3 comments
Open

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

TeslaGeek opened this issue Apr 28, 2023 · 3 comments

Comments

@TeslaGeek
Copy link

TeslaGeek commented Apr 28, 2023

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".

@TeslaGeek TeslaGeek changed the title Click module is not found A few modules are not found and how to run Apr 28, 2023
@richardyc
Copy link
Owner

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

@stclair-github
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants