Skip to content

Installation and Execution Fails on Windows with ModuleNotFoundError #94

Open
@harrylee890

Description

@harrylee890

Hello,

I have been trying to install ii-agent on my Windows machine and have run into a persistent execution error after following a long troubleshooting process.

The installation process appears to complete, but the agent will not run. I have tried multiple methods, and they all fail.

Final Attempt:
Even when bypassing pip install entirely and running the agent with a modified PYTHONPATH, the command fails:

Command: $env:PYTHONPATH = ".\src"; python -m ii_agent.main
Error: No module named ii_agent.main

This happens even after completely rebuilding the virtual environment. It seems there is a fundamental issue with how Python is operating in my environment that prevents it from finding or running the module.

My setup is Windows, using PowerShell, with a fresh virtual environment.

Is there any known conflict or alternative way to run the agent? Any help would be greatly appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions