In Jupyter, command ‘!nat workflow reinstall retail_sales_agent_nb3‘ generates the following error;ERROR - nat.cli.commands.workflow.workflow_commands:158 - Package root does not exist: C:Users\…\DeepL\Nemo-Agent\retail_sales_agent_nb3
The problem is the parsing, ‘C:Users/…‘ should be ‘C:/Users/…‘
For Windows users, we recommend using WSL to avoid platform-specific edge cases like this. That said, this particular issue has been addressed in PR #1380.