You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 👍
The OS is Windows 10
Ilan
The text was updated successfully, but these errors were encountered: