Closed andreped closed 2 years ago
Homebrew sometimes updates packages. Then you will get a mismatch between the library it was compiled with and the library downloaded by the user. Homebrew allows installing a specific version, but they don't seem to always keep previous versions lying around. The best fix for this is to bundle all libraries needed with the installer,
Aaah, that makes sense. Yeah, then the best solution would be to bundle all deps with the installer.
I have already made a separate issue on that: https://github.com/AICAN-Research/FAST-Pathology/issues/51
I can make an attempt on the installer later today or during the weekend.
Just tried installing FP and testing it on a new macOS with Intel CPU, and for whatever reason it failed.
The machine did not have
homebrew
or anything like that. Hence, I set that up, but after following this instruction for installation. I got the following below:If I tried to install
libjpeg
myself throughbrew install libjpeg
FP launches, but when trying to load a simple WSI it fails and complains about mismatch inlibjpeg
version and what FP/FAST expects.Have anyone observed the same?