AutoGPT
AutoGPT copied to clipboard
Lots of errors
⚠️ Search for existing issues first ⚠️
- [X] I have searched the existing issues, and there is no existing issue for my problem
Which Operating System are you using?
Linux
Which version of Auto-GPT are you using?
Stable (branch)
GPT-3 or GPT-4?
GPT-3.5
Steps to reproduce 🕹
I had just gone through the instillation procces when i run the program and I get a bunch of errors.
Current behavior 😯
Error messaegs:
All packages are installed.
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/moondarker/Auto-GPT/autogpt/main.py", line 5, in
Expected behavior 🤔
Running Auto-gpt without errors
Your prompt 📝
# Paste your prompt here
Your Logs 📒
<insert your logs here>
Which version of Python are you using? I saw a similar error, which I believe I solved by upgrading from Python 3.9.x to Python 3.10.11.
I was facing the same problem. You may have installed the right version of the python. But your PATH can be still pointing to the old version. I would suggest you to use Python Version Manager
I was facing the same problem. You may have installed the right version of the python. But your PATH can be still pointing to the old version. I would suggest you to use Python Version Manager
Is there any reason you wouldn't just use an isolated venv or a conda environment at this point? Legit curious.
This issue has automatically been marked as stale because it has not had any activity in the last 50 days. You can unstale it by commenting or removing the label. Otherwise, this issue will be closed in 10 days.
This issue was closed automatically because it has been stale for 10 days with no activity.