https://github.com/DamnWidget/anaconda/releases/tag/v2.3.0

LOG Console
startup, version: 4192 linux x64 channel: stable
executable: /opt/sublime_text/sublime_text
application: /opt/sublime_text
working dir: /home/dmitry
packages path: /home/dmitry/.config/sublime-text/Packages
state path: /home/dmitry/.config/sublime-text/Local
zip path: /opt/sublime_text/Packages
zip path: /home/dmitry/.config/sublime-text/Installed Packages
ignored_packages: ["Vintage"]
pre session restore time: 0.216912
startup time: 0.266778
first paint time: 0.351944
reloading python 3.3 plugin Conda.commands
reloading plugin Default.arithmetic
reloading plugin Default.auto_indent_tag
reloading plugin Default.block
reloading plugin Default.colors
reloading plugin Default.comment
reloading plugin Default.convert_color_scheme
reloading plugin Default.convert_syntax
reloading plugin Default.copy_path
reloading plugin Default.echo
reloading plugin Default.exec
reloading plugin Default.fold
reloading plugin Default.font
reloading plugin Default.goto_line
reloading plugin Default.history_list
reloading plugin Default.html_print
reloading plugin Default.indentation
reloading plugin Default.install_package_control
reloading plugin Default.keymap
reloading plugin Default.kill_ring
reloading plugin Default.mark
reloading plugin Default.new_templates
reloading plugin Default.open_context_url
reloading plugin Default.open_in_browser
reloading plugin Default.pane
reloading plugin Default.paragraph
reloading plugin Default.paste_from_history
reloading plugin Default.profile
reloading plugin Default.quick_panel
reloading plugin Default.rename
reloading plugin Default.run_syntax_tests
reloading plugin Default.save_on_focus_lost
reloading plugin Default.scroll
reloading plugin Default.set_unsaved_view_name
reloading plugin Default.settings
reloading plugin Default.show_scope_name
reloading plugin Default.side_bar
reloading plugin Default.sort
reloading plugin Default.switch_file
reloading plugin Default.symbol
reloading plugin Default.transform
reloading plugin Default.transpose
reloading plugin Default.ui
reloading plugin CSS.css_completions
reloading plugin Diff.diff
reloading plugin HTML.encode_html_entities
reloading plugin HTML.html_completions
reloading plugin Package Control.plugin
reloading plugin Anaconda.anaconda
reloading plugin Anaconda.setup
reloading plugin Anaconda.version
plugins loaded
Package Control: Skipping automatic upgrade, last run at 2025-04-14 13:48:45, next run at 2025-04-14 21:48:45 or after
anacondaST3: ERROR - Anaconda worker could not start because:
unexpected exception: [Errno 2] No such file or directory. tried to connect 21 times during 2.0 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 /home/dmitry/.local/share/anaconda/run/TZ/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_UNIX, socket.SOCK_STREAM).connect(/home/dmitry/.local/share/anaconda/run/TZ/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.
error: Anaconda worker could not start because:
unexpected exception: [Errno 2] No such file or directory. tried to connect 21 times during 2.0 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 /home/dmitry/.local/share/anaconda/run/TZ/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_UNIX, socket.SOCK_STREAM).connect(/home/dmitry/.local/share/anaconda/run/TZ/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.
In ommand Console
import socket; socket.socket(socket.AF_UNIX, socket.SOCK_STREAM).connect("/home/dmitry/.local/share/anaconda/run/ТЗ/anaconda.sock")
>>> import socket; socket.socket(socket.AF_UNIX, socket.SOCK_STREAM).connect("/home/dmitry/.local/share/anaconda/run/ТЗ/anaconda.sock")
Traceback (most recent call last):
File "__main__", line 1, in <module>
FileNotFoundError: [Errno 2] No such file or directory
dmitry@dmitry-system-linux-mint: ~ $ ls-l /home/dmitry/.local/share/anaconda/run/tz
LS: It is impossible to access '/home/dmitry/.local/share/anaconda/run/tz': There is no such file or catalog
dmitry@dmitry-System-Linux-Mint:~$ ls -la /home/dmitry/.local/
итого 32
drwxr-xr-x 8 dmitry dmitry 4096 апр 10 00:34 .
drwxr-xr-x 135 dmitry dmitry 4096 апр 14 13:55 ..
drwxrwxr-x 2 dmitry dmitry 4096 ноя 25 23:38 bin
drwxrwxr-x 4 dmitry dmitry 4096 апр 10 01:41 cmsis-packs
drwxr-xr-x 4 dmitry dmitry 4096 мар 18 2023 include
drwxrwxr-x 6 dmitry dmitry 4096 апр 17 2023 lib
drwxr-xr-x 72 dmitry dmitry 4096 апр 14 14:40 share
drwxrwxr-x 7 dmitry dmitry 4096 апр 1 19:15 state
dmitry@dmitry-System-Linux-Mint:~$ ps aux | grep jsonserver.py
dmitry 19243 0.0 0.0 9316 2304 pts/0 S+ 14:58 0:00 grep --color=auto jsonserver.py
dmitry@dmitry-System-Linux-Mint:~$ ping localhost
PING localhost (127.0.0.1) 56(84) bytes of data.
64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.054 ms
64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.054 ms
64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.054 ms
64 bytes from localhost (127.0.0.1): icmp_seq=4 ttl=64 time=0.055 ms
64 bytes from localhost (127.0.0.1): icmp_seq=5 ttl=64 time=0.046 ms
dmitry@dmitry-sostem-linux-mint: ~ $ netstat -tuln | Grep 51568
dmitry@dmitry-sostem-linux-mint: ~ $ ss -tuln | Grep 51568
dmitry@dmitry-sostem-linux-mint: ~ $ telnet localhost 51568
Trying 127.0.0.1 ...
Telnet: Unable to Connect to Remote Host: The connection is denied
dmitry@dmitry-sostem-linux-mint: ~ $ nc -zv localhost 51568
NC: Connect to Localhost (127.0.0.1) Port 51568 (TCP) Failed: Connection Refuse

System:
Kernel: 6.8.0-57-generic arch: x86_64 bits: 64 compiler: gcc v: 13.3.0 clocksource: tsc
Desktop: Cinnamon v: 6.4.7 tk: GTK v: 3.24.41 wm: Muffin v: 6.4.1 vt: 7 dm: LightDM v: 1.30.0
Distro: Linux Mint 22.1 Xia base: Ubuntu 24.04 noble
-Cryptic languages
Gambas3 (GBR3): 3.19.0
Python: not found
Python2: Not found
Python3: 3.12.3
Perl: 5.38.2
Perl6 (vm): not found
Perl6: not found
PHP: not found
Ruby: not found
Bash: 5.2.21 (1) -release
-The compilers-
C (GCC): 13.3.0
C (Clang): 18.1
D (DMD): not found
Gambas3 (GBC3): 3.19.0
Java: Not found
CSHARP (Mono, OLD): Not found
CSHARP (Mono): Not found
Vala: not found
Haskell (GHC): Not found
Freepascal: 3.2.2
GO: Not found
-Tools-
Make: 4.3
GDB: (Ubuntu 15.0.50.20240403-0ubuntu1) 15.0.50.20240403 -Git
Strace: 6.8
Valgrind: 3.22.0
QMake: Not found
CMAKE: 3.28.3
Gambas3 IDE: 3.19.0
He appointed True "Swallow_Startup_errors": false, the plugin does not work, there are no prompts, but the error was chopped and not more.
Installed https://github.com/bol-van/zapret
I turned off
dmitry@dmitry-sostem-linux-mint: ~ $ Sudo Systemctl Stop Zapret
zapret-list-update.timer zapret.service
https://github.com/DamnWidget/anaconda/releases/tag/v2.3.0
LOG Console
In ommand Console
import socket; socket.socket(socket.AF_UNIX, socket.SOCK_STREAM).connect("/home/dmitry/.local/share/anaconda/run/ТЗ/anaconda.sock")
dmitry@dmitry-System-Linux-Mint:~$ ping localhost PING localhost (127.0.0.1) 56(84) bytes of data. 64 bytes from localhost (127.0.0.1): icmp_seq=1 ttl=64 time=0.054 ms 64 bytes from localhost (127.0.0.1): icmp_seq=2 ttl=64 time=0.054 ms 64 bytes from localhost (127.0.0.1): icmp_seq=3 ttl=64 time=0.054 ms 64 bytes from localhost (127.0.0.1): icmp_seq=4 ttl=64 time=0.055 ms 64 bytes from localhost (127.0.0.1): icmp_seq=5 ttl=64 time=0.046 msHe appointed True "Swallow_Startup_errors": false, the plugin does not work, there are no prompts, but the error was chopped and not more.
Installed https://github.com/bol-van/zapret
I turned off
dmitry@dmitry-sostem-linux-mint: ~ $ Sudo Systemctl Stop Zapret
zapret-list-update.timer zapret.service