currently, a component does not check if virtualenv setup succeeds or fails since when I try to run papag, I'm seeing the pip install -r requirements.txt fail since i didn't have cmake installed on my machine. Currently the agent run command just ignores that the virtualenv requirement installation failed and tries to run the agent anyway, resulting in a confusing/misleading error message.
currently, a component does not check if virtualenv setup succeeds or fails since when I try to run papag, I'm seeing the
pip install -r requirements.txtfail since i didn't havecmakeinstalled on my machine. Currently the agent run command just ignores that the virtualenv requirement installation failed and tries to run the agent anyway, resulting in a confusing/misleading error message.