ImportError: dlopen(/Users/../anaconda3/envs/circus/lib/python3.6/site-packages/PIL/_imaging.cpython-36m-darwin.so, 2): Library not loaded: @rpath/libtiff.5.dylib
Referenced from: /Users/../anaconda3/envs/circus/lib/python3.6/site-packages/PIL/_imaging.cpython-36m-darwin.so
Reason: image not found
---------------------------- Error -----------------------------
| Step "filtering" failed for reason Command '['mpiexec', '-np', '8', 'spyking-circus-subtask', 'filtering', '/...../RF_v2_100.ns5', '8', '0', 'False', 'False']' returned non-zero exit status 1.!
------------------------------------------------------------------
I tried to see if I have libtiff.5.dylib in the bin, but I guess the newer updates do not have it, I am seeing libtiff.6.dylib instead in my environment. Is there something that can be done to solve this issue.
Thanks in advance.