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.