Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directory /Users/macmini/AutoGPT/agents/benchmark for agbenchmark does not seem to be a Python package #7289

Open
1 task done
wesoly1977 opened this issue Jun 28, 2024 · 1 comment
Assignees

Comments

@wesoly1977
Copy link

⚠️ Search for existing issues first ⚠️

  • I have searched the existing issues, and there is no existing issue for my problem

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-4(32k)

Which area covers your issue best?

Documentation

Describe your issue.

Directory /Users/macmini/AutoGPT/agents/benchmark for agbenchmark does not seem to be a Python package
Setup completed successfully.

⌛ (Re)starting agent 'wesoly'...
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
Directory /Users/macmini/AutoGPT/agents/benchmark for agbenchmark does not seem to be a Python package
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/Users/macmini/AutoGPT/agents/Wesoly/forge/main.py", line 4, in
import uvicorn
ModuleNotFoundError: No module named 'uvicorn'
Traceback (most recent call last):
File "/Users/macmini/AutoGPT/cli.py", line 506, in
cli()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/macmini/AutoGPT/cli.py", line 160, in start
wait_until_conn_ready(8000)
File "/Users/macmini/AutoGPT/cli.py", line 502, in wait_until_conn_ready
raise TimeoutError(f"Port {port} did not open within {timeout} seconds")
TimeoutError: Port 8000 did not open within 60 seconds

Upload Activity Log Content

Directory /Users/macmini/AutoGPT/agents/benchmark for agbenchmark does not seem to be a Python package
Setup completed successfully.

⌛ (Re)starting agent 'wesoly'...
kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
Directory /Users/macmini/AutoGPT/agents/benchmark for agbenchmark does not seem to be a Python package
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "/Users/macmini/AutoGPT/agents/Wesoly/forge/main.py", line 4, in
import uvicorn
ModuleNotFoundError: No module named 'uvicorn'
Traceback (most recent call last):
File "/Users/macmini/AutoGPT/cli.py", line 506, in
cli()
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/macmini/AutoGPT/cli.py", line 160, in start
wait_until_conn_ready(8000)
File "/Users/macmini/AutoGPT/cli.py", line 502, in wait_until_conn_ready
raise TimeoutError(f"Port {port} did not open within {timeout} seconds")
TimeoutError: Port 8000 did not open within 60 seconds

Upload Error Log Content

No response

@Swiftyos
Copy link
Contributor

Swiftyos commented Jun 28, 2024

This is fixed in master branch.

Please git pull the latest version to resolve this issue.

Let me know how it goes please

@Swiftyos Swiftyos self-assigned this Jun 28, 2024
@Swiftyos Swiftyos reopened this Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants