在ubuntu16.04下给sublime text3安装anconda插件报错

错误信息如下:

<Anaconda.anaconda_lib.workers.local_worker.LocalWorker object at 0x7f9ce2ad9390> initial check failed because:


can not connect to /home/chenzewei/.local/share/anaconda/run/anaconda-2/anaconda.sock. tried to connect 21 times during 2 seconds


check that there is Python process executing the anaconda jsonserver.py script running in your system. If there is, check that the Unix Domain Socket file /home/username/.local/share/anaconda/run/anaconda-2/anaconda.sock exists and that you can connect to it writing the following script in your Sublime Text 3 console:


import socket; socket.socket(socket.AF_INET, socket.SOCK_STREAM).connect(/home/username/.local/share/anaconda/run/anaconda-2/anaconda.sock)


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.

已经尝试的解决方法:

  1. 给package control下的anconda包里面的所有python添加777,失败了。

  2. 给报错信息提示的/home/username/.local/share/anaconda/run/anaconda-2/anaconda.sock 添加777权限

  3. 在sublime里面执行上面的提示代码:import socket; socket.socket(socket.AF_INET, socket.SOCK_STREAM).connect(/home/username/.local/share/anaconda/run/anaconda-2/anaconda.sock)

    还是失败。


想要飞的更高
浏览 13122回答 1
1回答

Numb123

try to set the 'swallow_startup_errors' to 'true'
打开App,查看更多内容
随时随地看视频慕课网APP