-
Notifications
You must be signed in to change notification settings - Fork 141
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
Wrong JPEG library version: library is 80, caller expects 62 #171
Comments
I did an investigation of similar issue on Linux. In my case there're actually two version of the library, one is 6.2 and is installed to a system path, and the other is 9.0 and is installed to a custom path, which is visible to LIBRARY_PATH and LD_LIBRARY_PATH. The issue appears multi-layer:
All in all, the issue can be fixed by changing |
@vadimkantorov: as a workaround, for recent CMake versions, we can use
|
I had a similar issue I was able to solve by setting the desired JPEG version in a config file located in /usr/include/jconfig.h in my Ubuntu 18.04 install. I simply set the value of JPEG_VERSION |
6 years and this issue still persist, what's the definitive solution!? |
lua-torch is not in development / deprecated since 2017... so besides the workarounds in this issue, 99% of chance that there will be no fix |
th -limage -e "image.lena()"
almost return
Wrong JPEG library version: library is 80, caller expects 62
OS MAC, already done, but don't help:
Only one libjpeg.so and only one version of libjpeg.dylib exist on disk
The text was updated successfully, but these errors were encountered: