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

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

Open
DeepSignResearch opened this issue May 19, 2024 · 0 comments

Comments

@DeepSignResearch
Copy link

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.

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

1 participant