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
I have installed unicorn-shiel according to the git-hub installation description.
With python2.7.16 I get this error:
pi@UnicornPi:~ $ sudo python unicornpink.py
Traceback (most recent call last): File "unicornpink.py", line 1, in import unicornshield as unicorn File "build/bdist.linux-armv7l/egg/unicornshield.py", line 1, in ImportError: No module named neopixel
And with python 3.7.3 this:
pi@UnicornPi:~ $ sudo python3 unicornpink.py Traceback (most recent call last): File "unicornpink.py", line 1, in import unicornshield as unicorn ModuleNotFoundError: No module named 'unicornshield'
I have backed the unicorn shield some years ago at Kickstarter and would like to use it again.
The text was updated successfully, but these errors were encountered:
I have installed unicorn-shiel according to the git-hub installation description.
With python2.7.16 I get this error:
And with python 3.7.3 this:
I have backed the unicorn shield some years ago at Kickstarter and would like to use it again.
The text was updated successfully, but these errors were encountered: