I have gotten this error the past 3 days. It was from an update. There is no “anaconda.sock” file in the “anaconda-2” folder. There are no files in this folder actually.
The “import socket;…” command below shoots an error too. Any help would be appreciated. The error is below:
anacondaST3: ERROR - <Anaconda.anaconda_lib.workers.local_worker.LocalWorker object at 0x10c46db50> initial check failed because:
unexpected exception: [Errno 2] No such file or directory. 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 /Users/vincentclemson/Library/Application Support/Anaconda/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(/Users/vincentclemson/Library/Application Support/Anaconda/anaconda-2/anaconda.sock)