錯誤信息如下:<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)還是失敗。
添加回答
舉報
0/150
提交
取消