why does not pyfirmata import?

Question:

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 if you can.

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 if you can.

Asked By: levan tulashvili

||

Answers:

It works fine for me, check if your ide is using the same version of python you installed Pyfirmata with

Answered By: Jan
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.