Auto-GPT-Graph
Auto-GPT-Graph copied to clipboard
TypeError: 'type' object is not subscriptable
When I run the command pc init, I got the following error.
Is this caused by python version issue?
File "/Auto-GPT-Graph/scripts/ui/ui.py", line 129, in State
history: list[History] = []
TypeError: 'type' object is not subscriptable.