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
Hi, I'm totally a newb.
I've been trying to install Auto GPT with very little success so far.
This is the error I get. If anyone has any suggestions I would be so grateful. Thanks !
zsh: no such file or directory: PATH:/Library/Frameworks/Python.framework/Versions/3.8/bin
Auto-GPT % python3 -m autogpt
Traceback (most recent call last):
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users//Auto-GPT/autogpt/main.py", line 2, in
import autogpt.cli
File "/Users//Auto-GPT/autogpt/cli.py", line 2, in
import click
ModuleNotFoundError: No module named 'click'
The text was updated successfully, but these errors were encountered:
Hi, I'm totally a newb.
I've been trying to install Auto GPT with very little success so far.
This is the error I get. If anyone has any suggestions I would be so grateful. Thanks !
zsh: no such file or directory: PATH:/Library/Frameworks/Python.framework/Versions/3.8/bin
Auto-GPT % python3 -m autogpt
Traceback (most recent call last):
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 193, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users//Auto-GPT/autogpt/main.py", line 2, in
import autogpt.cli
File "/Users//Auto-GPT/autogpt/cli.py", line 2, in
import click
ModuleNotFoundError: No module named 'click'
The text was updated successfully, but these errors were encountered: