Hello,
We’ve been trying to use robotpy commands on our robot. The documentation says to use “py -3 -m” in front of the robotpy command and that gives us errors. We found that removing it allowed us to use the commands.
This is the command that doesn’t work: py -3 -m robotpy sim
Error that popped up: ModuleNotFoundError: No module named ‘commands2’
This is the command that does work: robotpy sim
Does anyone know why we are getting this problem?