Home > Development Tools > sublime > body text

Solution to the error when loading sublime anaconda

藏色散人
Release: 2019-09-27 10:46:05
forward
4769 people have browsed it

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!

Solution to the error when loading sublime anaconda

The error is as follows

Solution to the error when loading sublime anaconda

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.

Solution to the error when loading sublime anaconda

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!

Related labels:
source:aliyun.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!