Conda installation error: mkl library

I am unable to activate the environment in conda as one library wasn’t installed. PFA image with error details.

This looks like an issue with your local conda setup. You can try forcing a reinstall, eg:

conda activate research
conda install --force-reinstall compas

and if that does not work, you might need to clean up your conda:

conda clean -a

and then retry the install.