Hello everyone,
I am using
ROOT version:- 6.34.08
Platform:- Apple M1 Sequoia 15.4.1
I have installed ROOT form brew by running brew install --build-from-source root and then when I try to run rootls --help, then the terminal outputs an error as follows:-
Traceback (most recent call last): File "/opt/homebrew/Cellar/root/6.34.08_1/bin/rootls", line 10, in <module> import cmdLineUtils File "/opt/homebrew/Cellar/root/6.34.08_1/lib/root/cmdLineUtils.py", line 80, in <module> import ROOT File "/opt/homebrew/Cellar/root/6.34.08_1/lib/root/ROOT/__init__.py", line 25, in <module> import cppyy File "/opt/homebrew/Cellar/root/6.34.08_1/lib/root/cppyy/__init__.py", line 81, in <module> from ._cpython_cppyy import * File "/opt/homebrew/Cellar/root/6.34.08_1/lib/root/cppyy/_cpython_cppyy.py", line 22, in <module> import libcppyy as _backend ImportError: dlopen(/opt/homebrew/Cellar/root/6.34.08_1/lib/root/libcppyy.so, 0x0002): symbol not found in flat namespace '_PyMapping_GetOptionalItemString'
And it seems that all the ROOT command line tools are having the same error. I am not sure what to do to resolve this issue.