Hello,
I installed the latest root version using the “root_v6.26.06.macos-12.5-x86_64-clang131.pkg”. It’s installed successfully. But when I try to do “import ROOT” in python3, I got the following error messages:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Applications/root_v6.26.06/lib/ROOT/__init__.py", line 22, in <module>
import cppyy
File "/Applications/root_v6.26.06/lib/cppyy/__init__.py", line 62, in <module>
raise ImportError(
ImportError: Failed to import libcppyy3_8. Please check that ROOT has been built for Python 3.8
root-config --python-version gives: 3.8.9
My python3 gives:
‘Python 3.8.9 (default, Apr 13 2022, 08:48:06)
[Clang 13.1.6 (clang-1316.0.21.2.5)] on darwin’
I’m not sure why it complains the versions are not matching.
_ROOT Version:_6.26.06
Platform: MacOS 12.5.1
Compiler: Not Provided