I'm on Windows PC.
Every time Rovo needs to execute Python commands (or any other commands), this process fails. I mean it finally finds proper Python executable to use, can execute it, new window opens when it calls it, but it (Rovo) seems not to see any output. It is always getting empty output/no text.
How to fix this? Are there any special commands/configurations options needed on Windows to let the Rovo properly see the output of the commands it executes?
Hi @Ma Be and welcome to the community!
This issue often happens on Windows when Rovo uses PowerShell but can't capture output from external windows. To fix it, run Rovo inside a terminal like Windows Terminal or PowerShell (not CMD), and avoid commands that launch new windows. Also, try running Rovo with --no-new-window
or inside WSL for more stable output capture.
For more tips view the Dev Cli Community: https://community.atlassian.com/forums/Rovo-for-Software-Teams-Beta/Introducing-Rovo-Dev-CLI-AI-Powered-Development-in-your-terminal/ba-p/3043623
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.