I’m using a Macbook Pro with Sonoma 14.6.1.
I created a conda virtual environment and installed ROOT successfully.
But when I try to start a terminal session by typing in root, following error pops up.
/opt/anaconda3/envs/test_env/etc/cling/std_darwin.modulemap:153:10: error: header ‘mdspan’ not found
header “mdspan”
^
input_line_1:1:10: note: submodule of top-level module ‘std’ implicitly imported here #include
^
Warning in cling::IncrementalParser::CheckABICompatibility():
Failed to extract C++ standard library version.
Warning in cling::IncrementalParser::CheckABICompatibility():
Possible C++ standard library mismatch, compiled with _LIBCPP_ABI_VERSION ‘1’
Extraction of runtime standard library version was: ‘’
Replaced symbol at_quick_exit cannot be found in JIT!
and when I run root I get the error the OP mentioned. I get the error but I still get the root prompt. I tried using another python version as well but with no use: