The following column sublime tutorial will introduce to you the solution to the sublime anaconda loading error. I hope it will be helpful to friends in need!
The error is as follows
The reason
Anaconda plug-in connects to the jsonserver service and an error occurs
It may be that when the anaconda plug-in tries to connect to the jsonserver service, the service has not been started yet, so then enter import socket in the console; socket.socket(socket.AF_INET, socket .SOCK_STREAM).connect(("localhost", 7381)), there is no problem. Therefore, setting the startup error tolerance parameter can skip this error.
Solution
Modify the last parameter of sublime text anaconda default configuration to "swallow_startup_errors": true. That's it.
The above is the detailed content of Solution to the error when loading sublime anaconda. For more information, please follow other related articles on the PHP Chinese website!