Skip to content
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

Other packages I needed to install #2

Open
bastulli opened this issue Mar 25, 2019 · 1 comment
Open

Other packages I needed to install #2

bastulli opened this issue Mar 25, 2019 · 1 comment

Comments

@bastulli
Copy link

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

@HasibAlAhmed
Copy link

Did you find your solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants