New installation on Raspberry Pi with python 3.5
After running python drive.py I received two errors
- ImportError: libopenjp2.so.7: cannot open shared object file: No such file or directory
- ImportError: libtiff.so.5: cannot open shared object file: No such file or directory
I fixed them by installing packages below.
- sudo apt install libtiff5
- sudo apt-get install libopenjp2-7-dev
All works fine after the following packages were installed