Skip to content
Advertisement

Tag: pyfirmata

why does not pyfirmata import?

I just wanted to make python and Arduino work together. I saw tutorial that showed that we need library called “Pyfirmata” to do it. when I type “pip install pyfirmata” in command prompt, it shows that the library is already installed. but when I type “import pyfirmata” in python it shows error that library does not exist. please help me

Advertisement