Hello,
...Library not loaded: /usr/local/opt/jpeg/lib/libjpeg.8.dylib
Referenced from: /usr/local/opt/vips/lib/libvips.42.dylib
Reason: Incompatible library version: libvips.42.dylib requires version 13.0.0 or later, but libjpeg.8.dylib provides version 9.0.0
Hello. Does running brew update && brew upgrade help? What command was run to install vips?
@wenshan Have you been able to make any progress?
try symlinking it from $ sudo ln -s /usr/local/Cellar/jpeg/8d/lib/libjpeg.8.dylib /usr/local/opt/jpeg/lib/libjpeg.8.dylib
IIRC running brew unlink jpeg && brew link jpeg might also produce a similar effect to that described by @tomjoro.
thanks. That worked for me too and is a better solution than manual symlink.
Closing this as it looks like the solution is working for people. Feel free to re-open if not.
Most helpful comment
IIRC running
brew unlink jpeg && brew link jpegmight also produce a similar effect to that described by @tomjoro.