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
Describe the bug
I have tried a few times to install Departure Board on a Raspberry Pi Zero WH. I've tried it with both the Lite and Legacy Lite 32 bit OS.
(Bus-Departure-Board) display@raspberrypia:~/Bus-Departure-Board $ python3 DemoPy3.py
Traceback (most recent call last):
File "/home/display/Bus-Departure-Board/DemoPy3.py", line 12, in
from PIL import ImageFont, Image, ImageDraw
File "/home/display/Bus-Departure-Board/lib/python3.9/site-packages/PIL/ImageFont.py", line 39, in
from . import Image
File "/home/display/Bus-Departure-Board/lib/python3.9/site-packages/PIL/Image.py", line 100, in
from . import _imaging as core
ImportError: libopenjp2.so.7: cannot open shared object file: No such file or directory
Can you help? Thanks
Andrew
The text was updated successfully, but these errors were encountered:
Describe the bug
I have tried a few times to install Departure Board on a Raspberry Pi Zero WH. I've tried it with both the Lite and Legacy Lite 32 bit OS.
There is an error this early step:
display@raspberrypia:~ $ sudo apt install python3-dev python3-pip python3-numpy python3-lxml libfreetype6-dev libjpeg-dev build-essential python3-pil zlib1g-dev liblcms2-dev libopenjp2-7 libtiff6 -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libtiff6
Then it fails on the final step:
(Bus-Departure-Board) display@raspberrypia:~/Bus-Departure-Board $ python3 DemoPy3.py
Traceback (most recent call last):
File "/home/display/Bus-Departure-Board/DemoPy3.py", line 12, in
from PIL import ImageFont, Image, ImageDraw
File "/home/display/Bus-Departure-Board/lib/python3.9/site-packages/PIL/ImageFont.py", line 39, in
from . import Image
File "/home/display/Bus-Departure-Board/lib/python3.9/site-packages/PIL/Image.py", line 100, in
from . import _imaging as core
ImportError: libopenjp2.so.7: cannot open shared object file: No such file or directory
Can you help? Thanks
Andrew
The text was updated successfully, but these errors were encountered: