adafruit / Adafruit_CircuitPython_NeoPixel

CircuitPython drivers for neopixels.
MIT License
304 stars 98 forks source link

How can i run adafruit-circuitpython-neopixel-spi on python 2.7? #88

Closed i1212-blip closed 4 years ago

i1212-blip commented 4 years ago

I'm doing a specific project that runs on python2 so I just have a problem with the addressable LEDs. I need it to run on python2 instead of python3. How can I do that?

ladyada commented 4 years ago

hi, you cannot. python2 is no longer supported since 2020 began!