You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi..
So basically I recently bought a Raspberry pi with AlphaBot2 pi
The issue is that when I try to run the Line Follower program from the zip provided in the manual there is an error which comes and that is :
Import error *
No module named "neopixel"
I have also attached one script with it Line Follow.txt
Please answer this issue
The text was updated successfully, but these errors were encountered:
Change from neopixel import * to from rpi_ws281x import *. The "neopixel" name was conflicting with an Adafruit package, and since it's their trademark it was dropped entirely from the shipped Python library.
Hi..
So basically I recently bought a Raspberry pi with AlphaBot2 pi
The issue is that when I try to run the Line Follower program from the zip provided in the manual there is an error which comes and that is :
Import error *
No module named "neopixel"
I have also attached one script with it
Line Follow.txt
Please answer this issue
The text was updated successfully, but these errors were encountered: