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
Sorry I am a beginner so maybe it is obvious.
But when I launch one of the code in the demos, I have the following error code :
Traceback (most recent call last):
File "/home/pi/rpi_epd2in7-master/demos/interactive.py", line 23, in <module>
from rpi_epd2in7.epd import EPD
ModuleNotFoundError: No module named 'rpi_epd2in7'
Thank you for your help.
The text was updated successfully, but these errors were encountered:
The same thing happened to me... You need to copy/move the folder rpi_epd2in7 to the location where your packages are installed on python. For me it was /lib/python3/dist-packages
Hello,
Sorry I am a beginner so maybe it is obvious.
But when I launch one of the code in the demos, I have the following error code :
Thank you for your help.
The text was updated successfully, but these errors were encountered: