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
163.53k stars 43.38k forks source link

Installment on i5 not working #7279

Open mrneverend opened 4 days ago

mrneverend commented 4 days ago

⚠️ Search for existing issues first ⚠️

Which Operating System are you using?

MacOS

Which version of AutoGPT are you using?

Latest Release

Do you use OpenAI GPT-3 or GPT-4?

GPT-3.5

Which area covers your issue best?

Installation and setup

Describe your issue.

Following all possible installation guides, reinstalling dependencies and refetching GIT still gives me the same issue: $ python3 -m autogpt Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/Users/Desktop/ag/Auto-GPT/autogpt/autogpt/main.py", line 2, in import autogpt.app.cli File "/Users/Desktop/ag/Auto-GPT/autogpt/autogpt/app/cli.py", line 7, in from forge.logging.config import LogFormatName ModuleNotFoundError: No module named 'forge'

I have tried everything I can and every possible solution I can find but still not working.

Running a patched MacBook Pro with i5. Could this be the issue?

Upload Activity Log Content

No response

Upload Error Log Content

No response

Swiftyos commented 3 days ago

Have you installed the dependencies using poetry and activated the poetry shell first.

Like so:

poetry install
poetry shell