OSX Ventura 13.2.1 Apple M1
I'm trying to get AutoGPT running on Mac. Following this tutorial: https://bytexd.com/getting-started-with-auto-gpt-for-beginners-setup-usage/
When I run python I get the following Traceback error.
{23-04-18 15:32}ryans-mbp:\~/Dev/Auto-GPT@master✗✗✗✗✗✗ ryanriggin% python -m autogpt
Traceback (most recent call last):
File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/runpy.py", line 87, in _run_code exec(code, run_globals) File "/Users/ryanriggin/Dev/Auto-GPT/autogpt/main.py", line 2, in <module> import autogpt.cli File "/Users/ryanriggin/Dev/Auto- GPT/autogpt/cli.py", line 2, in <module> import click ModuleNotFoundError: No module named 'click'
I'm guessing this is a problem with pip or the way I have python installed.
Here is some info that may be useful:
{23-04-18 15:39}ryans-mbp:~/Dev/Auto-GPT@master✗✗✗✗✗✗ ryanriggin% python --version
Python 3.9.6
{23-04-18 15:39}ryans-mbp:~/Dev/Auto-GPT@master✗✗✗✗✗✗ ryanriggin% which python
python: aliased to /usr/bin/python3
{23-04-18 15:39}ryans-mbp:~/Dev/Auto-GPT@master✗✗✗✗✗✗ ryanriggin%