Closed KenwoodFox closed 2 years ago
The solution was to add commands2
to the extras in your requirements or pipenv.
[packages]
robotpy = {extras = ["commands2"], version = "*"}
I don't know anything about pipenv (I use virtualenvwrapper), but if you think it's something that others might benefit from you could write a small set of instructions on how to properly set it up for our documentation?
https://robotpy.readthedocs.io/en/stable/install/computer.html#install-computer might make sense. Or a separate page there.
I think pipenv install "robotpy[commands2]
would do the right thing.
Problem description
When attempting to run any of the commands v2 examples, i get the following error:
I imagine that im just missing a module, but i looked through the docs and did not find anything. Perhaps its something like
robotpy[commands2]
?Operating System
Windows, Linux
Installed Python Packages