vgvassilev / cling

The interactive C++ interpreter Cling
https://rawgit.com/vgvassilev/cling/master/www/index.html
Other
1.76k stars 102 forks source link

Kernel shut down because of standared library #191

Open IlanHindy opened 5 years ago

IlanHindy commented 5 years ago

Hi, I installed cling-xeus according to your instructions: Installed totally new Miniconda Created a cling env (tried 3.7 and 3.6) InstallIed cling-xeus by coping the command on your page onda install xeus-cling notebook -c QuantStack -c conda-forge installed Jupyter. Opened a notebook. With Python it works fine With C++ not In the Miniconda terminal I get the following error 👍

ERROR in cling::CIFactory::createCI(): resource directory C:/bld/xeus-cling_1544660831115/_b_env/Library\lib\clang\5.0.0 not found! input_line_1:1:10: fatal error: 'new' file not found

include

     ^~~~~

Warning in cling::IncrementalParser::CheckABICompatibility(): Possible C++ standard library mismatch, compiled with _CRT_MSVCP_CURRENT 'msvcp140.dll' Extraction of runtime standard library version was: '' [I 20:39:03.356 NotebookApp] Interrupted... [I 20:39:03.364 NotebookApp] Shutting down 1 kernel [I 20:39:03.366 NotebookApp] Kernel shutdown: 32b58571-9a4a-41b4-8ad0-8d0f62b22a6f

The OS is Windows 10 Ilan

ghost commented 3 years ago

Hi, I am facing the same problem. Have you already finish this question?

vgvassilev commented 3 years ago

@SylvainCorlay, is this a known issue?

SylvainCorlay commented 3 years ago

@vgvassilev this looks like an issue from 2018 when we had our own conda channel.

Also, we don't provide a windows build of xeus-cling at the moment.