Importerror:cannot import name Arduino
lakshaygarg opened this issue · 3 comments
lakshaygarg commented
I am getting this error while compiling the sample code for led given. Everything looks fine. still getting the error. Please help.
lakshaygarg commented
thearn commented
Be sure that you install the library correctly, or run python setup.py develop
in the top-level of the source directory first.
youqingxiaozhua commented
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