cling icon indicating copy to clipboard operation
cling copied to clipboard

conda cling C++ kernel problem

Open cppchedy opened this issue 7 years ago • 2 comments

hi, just reporting, I just successfully installed cling from conda-forge. but unfortunately, I couldn't run cling's jupyter kernel even though I see them (C++11/14/17) in the new menu. it failes with the following error: ImportError: No module named 'clingkernel'.

do I have to perform other steps after installing cling?(like jupyter kernel spec...)

and when I launched cling from the terminal I got this warning : Warning in cling::IncrementalParser::CheckABICompatibility():
Possible C++ standard library mismatch, compiled with GLIBCXX '20140120'
Extraction of runtime standard library version was: '20150426'

tested some addition and some auto thing works great inside the interpreter.

EDIT: checked the clingkernel exist but in lib/python2.7 I am currently using python3.5 @vgvassilev maybe some version incompatibility?

cppchedy avatar Feb 21 '17 22:02 cppchedy

@SylvainCorlay should be able to help here...

vgvassilev avatar Feb 21 '17 22:02 vgvassilev

A functional version of the package is available on the SylvainCorlay channel.

The mismatch issue with the glib comes from the fact that the conda-forge or the default channels for anaconda don't have a recent enough version of gcc and we are using the build container compiler to build the package.

SylvainCorlay avatar Feb 23 '17 10:02 SylvainCorlay