blink1 icon indicating copy to clipboard operation
blink1 copied to clipboard

Python import error

Open Thegritche opened this issue 9 years ago • 1 comments

Hello I install the python blink module on my raspberry pi (raspbian) with a sudo pip install blink I try to import from blink1.blink1 import Blink1 and I got a from blink1.blink1 import Blink1 ImportError: No module named blink1.blink1

What's happend ?

Thegritche avatar May 19 '15 14:05 Thegritche

We don't control the version of the blink1 library in pip, it's maintained by @salimfadhley.

However, I think that blink1 library requires Python 3

todbot avatar May 19 '15 17:05 todbot