Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working with python 2.7.16 neither 3.7.3 on Raspberry 2 with Raspbian Buster #2

Open
Ajimaru opened this issue Jan 4, 2021 · 0 comments

Comments

@Ajimaru
Copy link

Ajimaru commented Jan 4, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant