0

我在我的 MacBook Air(2013 年中,macOS10.12.4)上构建了 Cling。我的 jupyter 版本是 4.3.0。

我按照https://github.com/vgvassilev/cling/tree/master/tools/Jupyter上的说明进行操作,安装结束时没有出现错误。

但是,当我尝试使用 c++(17,14,11) 内核制作新的 ipynb 时,我得到以下信息

[IPKernelApp] CRITICAL | Bad config encountered during initialization:
[IPKernelApp] CRITICAL | The 'stdin_port' trait of an IPKernelApp instance must be an int, but a value of 'c++17' <class 'str'> was specified.

我去了https://ipython.org/ipython-doc/3/config/options/kernel.html并检查了项目'IPKernelApp.stdin_port',并理解(我认为是)错误的字面意思,但我没有不知道怎么解决。

有谁知道如何解决这一问题?

4

0 回答 0