-
Notifications
You must be signed in to change notification settings - Fork 74
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
epd2in13_V2 Problem! #44
Comments
Hi @egomatic this looks like the drivers for the screen were not installed correctly.
|
I get: pip3 install ~/e-Paper/RaspberryPi_JetsonNano/python/ × This environment is externally managed
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. sorry, i have no Idea what to do, how to use this virtual environment, .. can you help pls? |
what I testet: python3 -m venv ~/env ~/env/bin/python ~/zero-btc-screen/main.py |
When i try to start python3 ~/zero-btc-screen/main.py
console i showing:
Traceback (most recent call last):
File "/home/BTH/zero-btc-screen/main.py", line 60, in
main()
File "/home/BTH/zero-btc-screen/main.py", line 40, in main
builder.bind(data_sink)
File "/home/BTH/zero-btc-screen/config/builder.py", line 23, in bind
screen_class(observable=observable, **kwargs)
File "/home/BTH/zero-btc-screen/presentation/screens/epd2in13v2.py", line 23, in init
self.epd = self._init_display()
^^^^^^^^^^^^^^^^^^^^
File "/home/BTH/zero-btc-screen/presentation/screens/epd2in13v2.py", line 30, in _init_display
epd = epd2in13_V2.EPD()
^^^^^^^^^^^
NameError: name 'epd2in13_V2' is not defined. Did you mean: 'Epd2in13v2'?
Pls Help me <3
The text was updated successfully, but these errors were encountered: