You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the following segment of the code:
"TractSeg -i my/path/my_diffusion_image.nii.gz
-o my/output/directory
--bvals my/other/path/my.bvals
--bvecs yet/another/path/my.bvec
--raw_diffusion_input"
However, I am facing this error:
"INTEL MKL ERROR: dlopen(/Users/aa/opt/anaconda3/lib/libmkl_intel_thread.1.dylib, 0x0009): Library not loaded: '@rpath/libiomp5.dylib'
OMP: Error #15: Initializing libiomp5.dylib, but found libomp.dylib already initialized."
I tried to solve it using different methods published such as "KMP_DUPLICATE_LIB_OK"]="TRUE" and "conda install nomkl --channel conda-forge" but the error persist.
Can please guide on the best way to solve this issue?
The text was updated successfully, but these errors were encountered:
I am running the following segment of the code:
"TractSeg -i my/path/my_diffusion_image.nii.gz
-o my/output/directory
--bvals my/other/path/my.bvals
--bvecs yet/another/path/my.bvec
--raw_diffusion_input"
However, I am facing this error:
"INTEL MKL ERROR: dlopen(/Users/aa/opt/anaconda3/lib/libmkl_intel_thread.1.dylib, 0x0009): Library not loaded: '@rpath/libiomp5.dylib'
OMP: Error #15: Initializing libiomp5.dylib, but found libomp.dylib already initialized."
I tried to solve it using different methods published such as "KMP_DUPLICATE_LIB_OK"]="TRUE" and "conda install nomkl --channel conda-forge" but the error persist.
Can please guide on the best way to solve this issue?
The text was updated successfully, but these errors were encountered: