Does NeMo Agent Toolkit support running on Windows?

Dear all,

I configured NeMo Agent Toolkit and trying to create workflow. It has the following error in Win11. Linux is working good.

(.venv) C:\code\xxx>aiq workflow create --workflow-dir my-agents internet_search
2025-07-11 20:59:13,423 - aiq.cli.commands.workflow.workflow_commands - ERROR - Package root does not exist: C:code\xxx\aiqtoolkit
2025-07-11 20:59:13,423 - aiq.cli.commands.workflow.workflow_commands - ERROR - Package root does not exist: C:code\xxx\aiqtoolkit
Installing workflow ‘internet_search’…
2025-07-11 20:59:31,868 - aiq.cli.commands.workflow.workflow_commands - ERROR - An error occurred while creating the workflow: Command ‘[‘pip’, ‘install’, ‘-e’, ‘C:\code\xxx\my-agents\internet_search’]’ returned non-zero exit status 1.
Traceback (most recent call last):
File “C:\code\xxx\aiqtoolkit\src\aiq\cli\commands\workflow\workflow_commands.py”, line 219, in create_command
result = subprocess.run(install_cmd, capture_output=True, text=True, check=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\victo\AppData\Local\Programs\Python\Python312\Lib\subprocess.py”, line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command ‘[‘pip’, ‘install’, ‘-e’, ‘C:\code\xxx\my-agents\internet_search’]’ returned non-zero exit status 1.
An error occurred while creating the workflow: Command ‘[‘pip’, ‘install’, ‘-e’, ‘C:\code\xxx\my-agents\internet_search’]’ returned non-zero exit status 1.

Do you mind opening this issue in GitHub - NVIDIA/NeMo-Agent-Toolkit: The NVIDIA NeMo Agent toolkit is an open-source library for efficiently connecting and optimizing teams of AI agents. ? We can take a look and track there

1 Like

Issue #427 logged.