Sublime Text 3: Anaconda package error connection to localhost timed out

前端 未结 6 1951
孤城傲影
孤城傲影 2021-02-08 16:17

I am getting a bizarre error message when starting up sublime text 3.

upon startup, I get the error below.

Here\'s some background on my system:

<
6条回答
  •  有刺的猬
    2021-02-08 16:39

    Just enter this inside sublime 3 console: view -> show console

    "import socket; socket.socket(socket.AF_INET, socket.SOCK_STREAM).connect(("localhost", 50390))"

    50390 is a diferent number.

提交回复
热议问题