Skip to content

[BUG] Start cmd not working #135

@gitmeatarru

Description

@gitmeatarru

Title

python -m ae.main gives an error:

python -m ae.main
Traceback (most recent call last):
File "", line 189, in run_module_as_main
File "", line 112, in get_module_details
File "f:\AI\Soft\Agent-E\ae_init
.py", line 1, in
from ae import core # type: ignore # noqa: F401
^^^^^^^^^^^^^^^^^^^
File "f:\AI\Soft\Agent-E\ae\core_init
.py", line 1, in
from ae.core import agents
File "f:\AI\Soft\Agent-E\ae\core\agents_init_.py", line 1, in
from ae.core.agents.browser_nav_agent import BrowserNavAgent
File "f:\AI\Soft\Agent-E\ae\core\agents\browser_nav_agent.py", line 7, in
import autogen # type: ignore
^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'autogen'

Description

Please provide a clear and concise description of what the bug is.

Steps to Reproduce

  1. clone repo
  2. run win_install.ps1 (with no errors)
  3. cd to agent-e folder
  4. python -m ae.main

Expected Behavior

Please describe what you expected to happen.

Actual Behavior

Please describe what actually happened.

Screenshots

If applicable, add screenshots to help explain your problem.

Environment

  • OS: [Windows 11]
  • Browser [chrome]

Additional Context

Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions