为了账号安全,请及时绑定邮箱和手机立即绑定

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

在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 secondscheck 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.已经尝试的解决方法:给package control下的anconda包里面的所有python添加777,失败了。给报错信息提示的/home/username/.local/share/anaconda/run/anaconda-2/anaconda.sock 添加777权限在sublime里面执行上面的提示代码:import socket; socket.socket(socket.AF_INET, socket.SOCK_STREAM).connect(/home/username/.local/share/anaconda/run/anaconda-2/anaconda.sock)还是失败。
查看完整描述

1 回答

?
Numb123

TA贡献1条经验 获得超3个赞

try to set the 'swallow_startup_errors' to 'true'

查看完整回答
3 反对 回复 2017-08-26
  • 1 回答
  • 1 关注
  • 13064 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信