-
Notifications
You must be signed in to change notification settings - Fork 177
Description
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
- clone repo
- run win_install.ps1 (with no errors)
- cd to agent-e folder
- 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.