-
Notifications
You must be signed in to change notification settings - Fork 655
Description
File "/home/pi/e-Paper/RaspberryPi_JetsonNano/python/examples/epd_2in13d_test.py", line 11, in
from waveshare_epd import epd2in13d
File "/home/pi/e-Paper/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epd2in13d.py", line 32, in
from . import epdconfig
File "/home/pi/e-Paper/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epdconfig.py", line 238, in
implementation = JetsonNano()
^^^^^^^^^^^^
File "/home/pi/e-Paper/RaspberryPi_JetsonNano/python/lib/waveshare_epd/epdconfig.py", line 121, in init
import Jetson.GPIO
ModuleNotFoundError: No module named 'Jetson'
Iam on Bookworm and followed the tutorial for linux:
sudo apt-get update
sudo apt-get install python3-pip
sudo apt-get install python3-pil
sudo apt-get install python3-numpy
sudo pip3 install RPi.GPIO
sudo pip3 install spidev
But iam getting ModuleNotFoundError: No module named 'Jetson'.
Can someone help? The C Tutorial and Demo working fine. - i need python...