thearn/Python-Arduino-Command-API

Importerror:cannot import name Arduino

lakshaygarg opened this issue · 3 comments

I am getting this error while compiling the sample code for led given. Everything looks fine. still getting the error. Please help.

Be sure that you install the library correctly, or run python setup.py develop in the top-level of the source directory first.

Maybe this package does not support Python 3. I got the same error in Python 3.5, but it works fine with Python 2.7