Hi, I tried to intall ROOT on my 2020 Mac M1 using Conda but when I try to open it it gives me these lines:
Fatal in TROOT::InitInterpreter cannot load library dlopen(/Users/carloverona/root/lib/libRIO.so, 0x000A):
tried: ‘/Users/carloverona/root/lib/libRIO.so’
(mach-o file, but is an incompatible architecture (have ‘x86_64’, need ‘arm64e’ or ‘arm64’)), ‘/Users/carloverona/root/lib/libRIO.so’ (mach-o file, but is an incompatible architecture (have ‘x86_64’, need ‘arm64e’ or ‘arm64’)),
‘/System/Volumes/Preboot/Cryptexes/OS/Users/carloverona/root/lib/libRIO.so’ (no such file), ‘/Users/carloverona/root/lib/libRIO.so’ (mach-o file, but is an incompatible architecture (have ‘x86_64’, need ‘arm64e’ or ‘arm64’)), ‘/Users/carloverona/root/lib/libRIO.6.27.01.so’ (mach-o file, but is an incompatible architecture (have ‘x86_64’, need ‘arm64e’ or ‘arm64’)), ‘/Users/carloverona/root/lib/libRIO.6.27.01.so’ (mach-o file, but is an incompatible architecture (have ‘x86_64’, need ‘arm64e’ or ‘arm64’)), ‘/System/Volumes/Preboot/Cryptexes/OS/Users/carloverona/root/lib/libRIO.6.27.01.so’ (no such file),
‘/Users/carloverona/root/lib/libRIO.6.27.01.so’ (mach-o file, but is an incompatible architecture (have ‘x86_64’, need ‘arm64e’ or ‘arm64’))
Does anyone know how to solve this problem? thanks