Spyder发射

时间:2018-01-11 17:56:05

标签: python anaconda spyder

嗨,我是Anaconda和Spyder的新手,我在运行spyder时遇到了一些问题。 首先,当我写" spyder"在终端,它启动它给我这个代码:

[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
[warn] kq_init: detected broken kqueue; not using.: Undefined error: 0
js: Not allowed to load local resource: file:///*****/*******/anaconda/lib/python3.6/site-packages/spyder/utils/help/static/css/default.css

我发现如果写"导出EVENT_NOKQUEUE = 1"在运行spyder之前,所有" [warn] kq_init:检测到破碎的kqueue;不使用:未定义的错误:0"消息消失了,但每次我想运行spyder时我都要写它。我还没有找到任何" js的解决方案:不允许加载本地资源"问题

此外,当我打开spyder时,控制台会显示以下消息:

  

启动内核时出错   您的Python环境或安装没有安装ipykernel和cloudpickle模块。没有这些模块,Spyder无法为您创建控制台。

     

您可以通过在系统终端中运行来安装它们:

     

pip install ipykernel cloudpickle

     

     

conda install ipykernel cloudpickle

我已经安装了ipykernel和cloudpickle但它没有工作并继续显示消息。

我该怎么办?有人能帮助我吗?

谢谢

0 个答案:

没有答案