Some versions of cppyy are not compatible with some versions of the C++ compiler, even though there is no pin enforcing this currently:
>>> import cppyy
ERROR in cling::CIFactory::createCI(): cannot extract standard library include paths!
Invoking:
LC_ALL=C x86_64-conda-linux-gnu-c++ -O3 -DNDEBUG -xc++ -E -v /dev/null 2>&1 | sed -n -e '/^.*include/,${' -e '/^ \/.*++/p' -e '}'
Results was:
With exit code 0
This happens with cppyy 1.9.3 and the 7.3.0 compilers. Upgrading to the 7.5.0 compilers works. Apparently, the compiler name has been hardcoded but it changed between these versions. A list of packages to reproduce is the following:
Some versions of cppyy are not compatible with some versions of the C++ compiler, even though there is no pin enforcing this currently:
This happens with cppyy 1.9.3 and the 7.3.0 compilers. Upgrading to the 7.5.0 compilers works. Apparently, the compiler name has been hardcoded but it changed between these versions. A list of packages to reproduce is the following: