Sublimetext3 Anaconda worker未在升华文本中启动(连接到本地主机超时)

Sublimetext3 Anaconda worker未在升华文本中启动(连接到本地主机超时),sublimetext3,sublime-text-plugin,sublime-anaconda,Sublimetext3,Sublime Text Plugin,Sublime Anaconda,下面是我犯的错误 崇高的文本 IDAnaconda工作程序无法启动,因为: connection to localhost:63828 timed out after 0.2s. tried to conned 7 times during 2.0 seconds check that there is Python process executing the anaconda jsonserver.py script running in your system. If ther

下面是我犯的错误

崇高的文本

IDAnaconda工作程序无法启动,因为:

 connection to localhost:63828 timed out after 0.2s. tried to 
 conned 7 times during 2.0 seconds

 check that there is Python process executing the anaconda 
 jsonserver.py script running in your system. If there is check 
 that you can connectto your localhost writing the following 
 script in your Sublime Text 3 console:

 import socket; socket.socket(socket.AF_INEL 
 socket.SOCK_STREAM).connect((iocalhost; 63828))

 If anaconda works just fine after you received this error and 
 the command above worked you can make anaconda to do 
 not show you this error anymore setting the 
 'swallow_startup_errors' to 'true' in your configuration file.

请在此帮助我。

您是否执行了错误消息建议的步骤?是否有
jsonserver.py
脚本正在运行?当你在控制台中运行代码(没有拼写错误,都在一行)时发生了什么?我已经执行了错误消息建议的步骤,并在其他论坛上查找相关答案,但找不到任何答案。没有正在运行的jsonserver.py脚本。无论是否运行代码,当我打开升华文本时都会弹出此错误,但它可以关闭。在我编写脚本时,我没有因为这个原因而遇到任何其他错误。我很想知道为什么会这样。