Hi ya’ll. We are trying to use network tables to carry out our vision this year. even though we did pip install pynetworktables in terminal and it seemed to successfully carry out the command we are getting an error on our network table import in code. I can not figure out why this occurs. our import is: from networktables import NetworkTables. Please lend us any assistance you can and we will possess high quantities of graditude!
Are you sure you installed pynetworktables
using the same version of python as you’re using to run the program? Try installing with python3 -m pip install pynetworktables
and run the program with python3 script.py
. If that still doesn’t work, paste your error here.
2 Likes