Quote:
Originally Posted by climavarus
When trying to deploy my code to the robot, I get the error saying:
"ImportError: No module named 'wpilib'".
Our programming team this year is new to python, and we have no idea as to how to make this work. Running last years' code works fine, despite also having the library imported. Any ideas as to why this is happening?
|
Where is the error happening? Any other output that you might see could be helpful here.
How are you trying to deploy code to the robot?
Do you have pyfrc installed on the computer that you're trying to deploy to the robot? What version (you should be using a 2016 version)? If you're on Windows, you can find out by doing this on the command line to see what packages you have installed:
Or on linux/OSX: