Installing ROOT with Conda on MacOS

Dear experts,
I am trying to install root with conda following these instructions

After installing and activating the environment, I get a strange error that I don’t understand.
You can find the full error message attached.
What is the issue?

errorMessage.txt (6.9 KB)

Hello @Riccardo_Manfredi,
after a brief look at your error, I believe you have a conflict between two ROOT installations:
Class RunStopper is implemented in both /opt/miniconda3/envs/workEnv/lib/libCore.6.30.04.so (0x101a60be8) and /Applications/root_v6.30.06/lib/libCore.so (0x102718148). One of the two will be used. Which one is undefined
If they are not exactly the same version or were not compiled with the same compiler (gcc vs clang), then this could cause nasty problems.

Can you try cleaning one up?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.