Skip to content

RuntimeError: Wrong JPEG library version: library is 62, caller expects 90 solved #53

@DeepSignResearch

Description

@DeepSignResearch

Download it from https://github.com/uber-research/jpeg2dct and compile it in the virtualenv --python=/usr/bin/python3.7 myenv environment variable. In these two directories(/usr/lib & /lib/x86_64-linux-gnu
) libjpeg.so -> libjpeg.so.9.4.0 must be selected as system libraries. Compile the jpeg2dct library and make sure it is installed under myenv /lib/python3.7/site-packages/jpeg2dct$. Check the dependencies of the .so file in jpeg2dct.common with ldd. When you see libjpeg.so -> libjpeg.so.9.4.0 you are done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions