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

Random issue while trying to test the screen? #6

Closed
madryboy opened this issue Dec 26, 2021 · 1 comment
Closed

Random issue while trying to test the screen? #6

madryboy opened this issue Dec 26, 2021 · 1 comment

Comments

@madryboy
Copy link

Hello I followed your instructions but then I got stuck when i tried to test the screen itself when i went to put in sudo python epd_2in13_V2_test.py it gave me this in return
Traceback (most recent call last):
File "epd_2in13_V2_test.py", line 11, in
from waveshare_epd import epd2in13_V2
File "/home/pi/newdisplaything/e-Paper/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd2in13_V2.py" , line 32, in
from . import epdconfig
File "/home/pi/newdisplaything/e-Paper/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epdconfig.py", line 152, in
implementation = RaspberryPi()
File "/home/pi/newdisplaything/e-Paper/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epdconfig.py", line 47, in init
import RPi.GPIO
ImportError: No module named RPi.GPIO

whats weird is ive tried installing the RPI.GPIO a couple different ways but i feel like i must of missed something but if you could possibly point me in the right direction i would really appreciate any help thanks in advanced

@santoru
Copy link
Owner

santoru commented Dec 26, 2021

Hello,
Did you try installing this with sudo pip3 install RPi.GPIO?
As this is a problem with RPi.GPIO rather than this project, I suggest you to refer to their documentation .

Best,
Ale

@santoru santoru closed this as completed Dec 26, 2021
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

2 participants