You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@nickjalbert just FYI i hit this. it's a small-ish thing since you can deduce that the pip install of requirements failed by reading error output of the run command anyway, but as it is, it takes a little bit more cognitive energy to figure that out
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 havecmake
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.The text was updated successfully, but these errors were encountered: