Skip to content

Other packages I needed to install #2

@bastulli

Description

@bastulli

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions