Was trying to build the robocorp bots using the VS code extension.
The extensions itself gets installed without any errors.
But, when the command Robocorp:Create Robot is run, the below error occurs at the conda installation step.
From checking out the source it may have been caused due to the space in the username.
But, when I tried to manually install conda using the conda.exe , it gets installed successfully.
The conda installation was also verified. The conda list and conda version would provide outputs without any error.
After this, reinstalled the extensions, restarted VS code and ran the create robot command again, but it throws the same error every time.
Even tried to manually install rcc from command line, but the same issue would occur.
Has anyone seen this issue before who can guide me if I am doing something wrong and help me resolve this issue.