Having issue with cmd 'nat workflow reinstall' in Jupyter

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/…‘

Can anyone please fix this? Thanks.

Thanks for reporting this issue!

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.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.