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
Hello, I am using a EPD7in5v2 and i keep running into this issue. is there a reason for this error? I have successfully run the demo, however i am still running into issues with PaperTTY
$ sudo /home/user/.local/bin/papertty-init/startpapertty.sh Traceback (most recent call last): File "/home/user/.local/share/papertty-init_venv/bin/papertty", line 5, in <module> from papertty.papertty import cli ImportError: cannot import name 'cli' from 'papertty.papertty' (unknown location)
I am running this on a Pi Zero 2 W and my settings are:
PaperTTY version: official
Library: RPi.GPIO
Automatic login: enabled
Panel/driver: EPD7in5v2
The text was updated successfully, but these errors were encountered:
Hello, I am using a EPD7in5v2 and i keep running into this issue. is there a reason for this error? I have successfully run the demo, however i am still running into issues with PaperTTY
$ sudo /home/user/.local/bin/papertty-init/startpapertty.sh
Traceback (most recent call last):
File "/home/user/.local/share/papertty-init_venv/bin/papertty", line 5, in <module>
from papertty.papertty import cli
ImportError: cannot import name 'cli' from 'papertty.papertty' (unknown location)
I am running this on a Pi Zero 2 W and my settings are:
PaperTTY version: official
Library: RPi.GPIO
Automatic login: enabled
Panel/driver: EPD7in5v2
The text was updated successfully, but these errors were encountered: