Significant-Gravitas / AutoGPT

AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.
https://agpt.co
MIT License
166.34k stars 44.03k forks source link

/run setup quits at Setup initiated -> No module named 'google.cloud.logging_v2' #7552

Open Nubebuster opened 1 month ago

Nubebuster commented 1 month ago

⚠️ Search for existing issues first ⚠️

Which Operating System are you using?

Linux

Which version of AutoGPT are you using?

Master (branch)

What LLM Provider do you use?

Other (detail in issue)

Which area covers your issue best?

Installation and setup

What commit or version are you using?

56b82369b69e05a05574822a4a5cf9a26c83d23d

Describe your issue.

/run setup quits at Setup initiated (also in a fresh clone)

I did some tinkering to install deps from the requirements.txt. But now I get

ModuleNotFoundError: No module named 'google.cloud.logging_v2'

When trying to start my newly created agent.

Am I supposed to run setup and agent with sudo? I was not up to this point.

Upload Activity Log Content

No response

Upload Error Log Content

No response

Nubebuster commented 1 month ago

~I ran the setup.sh one time and that may have broken links.~ I am quite sure the links are no longer correct after directory movements from a recent PR.

agbenchmark could not be found and I fixed that manually. But now I also get this

Frontend not found. /home/mark/VSCodeProjects/AutoGPT/agents/frontend/build/web does not exist. The frontend will not be served.

How do I undo these problems?

I also see this problem often:

kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]

hykhhijk commented 2 weeks ago

I got same error my terminal output looks like this image

and webpage output is image

I did many messy things to install deps too.

nbb3210 commented 1 week ago

me too